]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-01-20 bcoudurierDo not use avctx->frame_number which might not be set,
2009-01-20 cehoyosCosmetics: Fix indentation after last commit.
2009-01-20 cehoyosAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-20 bcoudurierset correct value for starting line
2009-01-20 bcoudurierfix gxf time code mark out value
2009-01-20 benoitEnable building r3d demuxer when its config is set.
2009-01-20 benoitUse avf context in av_log, instead of NULL.
2009-01-20 benoitPass avf context to audio_open().
2009-01-20 alexcFix a read past end of buffer crash in the mp3 probe
2009-01-20 bcoudurierR3D REDCODE demuxer
2009-01-20 stefangadd myself as maintainer of ISS (with Jai's blessing)
2009-01-20 aurelmatroskaenc: correctly handle h264 streams with 3 bytes...
2009-01-19 diegoUse "" instead of <> when #including non-system headers.
2009-01-19 alexcFix probing of files with ID3v2 tags. Discussed at...
2009-01-19 aurelRemove detection of mmsh protocol in ffplay.
2009-01-19 diegoRestore mistakenly removed period after "DivX, Inc".
2009-01-19 compnadd T263. works on samples/V-codecs/T263/
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-18 stefanoDrop the deprecated av_init_random() at the next libavu...
2009-01-18 stefanoReplace calls to the deprecated function av_init_random...
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-18 aurelreplace AV_METADATA_IGNORE_CASE flag by a new AV_METADA...
2009-01-18 stefanoDeprecate av_init_random() in favour of av_random_init...
2009-01-18 stefanoImplement a var for containing the current year number...
2009-01-18 mruARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definit...
2009-01-18 mruAlpha: add -mieee to CFLAGS
2009-01-18 mruAlpha: fix pix_abs16
2009-01-18 mruconfigure: add fastdiv to CONFIG_LIST
2009-01-18 aurelmatroskadec: merge ByteIOContext declarations at upper...
2009-01-18 aurelmatroskadec: parse the WAVEFORMATEX header and discard...
2009-01-18 darkshikariFix 10L in r16670 (broke deblocking code)
2009-01-18 darkshikariFaster VC-1 C loopfilter using lots of xor magic
2009-01-18 mrudct-test: add Alpha idct
2009-01-18 mruAlpha: add ff_ prefix to idct functions
2009-01-18 mruAlpha: indentation
2009-01-18 mruAlpha: proper IDCT selection
2009-01-18 mruAlpha: add some const, kill some warnings
2009-01-18 bcoudurieradd jp2 formater in image2 muxer
2009-01-18 bcoudurierjpeg2k is intra only codec
2009-01-17 conradCopy width/height for subtitle streams (needed for...
2009-01-17 mruAlpha: factor common parts from dct_unquantize_h263_int...
2009-01-17 mruAlpha: fix dct_unquantize_h263_inter/intra_axp()
2009-01-17 bcouduriermatch format in names list separated by commas
2009-01-17 stefangadded demuxer for FunCom ISS audio files,
2009-01-17 vitorUse shared sine window instead of defining another...
2009-01-17 conradUpdate regression tests after r16651
2009-01-17 cehoyosFix compilation with --enable-libxvid.
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-17 conradCosmetics: indent
2009-01-17 conradTreat disposition==0 as undefined and don't write the...
2009-01-17 conradFlush the buffer after writing the header and when...
2009-01-17 cehoyosRemove CODEC_ID_H264_VDPAU.
2009-01-16 stefanoPrint a warning and fail if the graph description cannot be
2009-01-16 stefangremove duplicate tables
2009-01-16 compnhybrid wavpack support
2009-01-16 compnadd LM20 mimic in avi fourcc
2009-01-16 stefanguse assignment of structure instead of memcpy
2009-01-16 kostyaWavPack hybrid mode support
2009-01-16 stefangrename XXX_t enums to cavs_XXX to fix POSIX namespace...
2009-01-16 stefangrename vector_t to cavs_vector
2009-01-16 cehoyosAdd mpeg1_vdpau decoder.
2009-01-16 reimarMerge declaration and initialization of io_buffer_size
2009-01-16 reimarMake io_buffer_size unsigned to avoid a warning about...
2009-01-16 benoitSplit ff_log_missing_feature into ff_log_missing_feature
2009-01-16 reimarReturn AVERROR(ENOMEM) instead of -1 when malloc fails...
2009-01-16 reimarUse AV_WB32 instead of reimplementing it.
2009-01-16 reimarUse av_mallocz instead of explicitly zeroing in url_ope...
2009-01-16 reimarReplace nonsense -1234 return value in dyn_buf_write...
2009-01-16 benoitMake unsigned int a variable that does not need to...
2009-01-16 compnadd svq3 watermark support entry
2009-01-16 cehoyos12l: Fix compilation with --disable-vdpau.
2009-01-16 superdumpAdd maxrate and bufsize specifications for iPod presets...
2009-01-16 cehoyosAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-16 bcouduriersupport h264 extradata with 0x000001 startcode
2009-01-16 bcoudurieruse ff_avc_parse_nal_units_buf because output size...
2009-01-16 bcoudurier10l, fix prototype
2009-01-16 bcoudurierexport ff_avc_parse_nal_units_buf
2009-01-16 bcouduriermove actual writing before so new size can be taken...
2009-01-16 bcoudurierreturn size written in ff_avc_parse_nal_units
2009-01-16 aureladd -Wundef compiler flag, to catch typo in #if or...
2009-01-16 aurelexplicitly disable CONFIG_AUDIO_NONSHORT
2009-01-15 aurelmove NULL_IF_CONFIG_SMALL() definition into internal...
2009-01-15 aurelmove timer related code in a new timer.h file
2009-01-15 lucabeReindent after last commit
2009-01-15 lucabeDo not reallocate AVPacket's data when muxing a packet
2009-01-15 superdumpFactorise id3v2 header parsing from mp3.c to be shared
2009-01-15 bcoudurieruse delay for subs and dirac too
2009-01-15 bcoudurieradd aud nal unit if not present in h264 bitstream
2009-01-15 aurelmatroskadec: ensure we only consider chapters which...
2009-01-14 bcoudurierconsider other codecs packets contain only one access...
2009-01-14 bcouduriercalculate pat, pmt and sdt exact size and adjust total...
2009-01-14 bcoudurierallow user to specify muxrate
2009-01-14 aurelWORDS_BIGENDIAN must be checked with #ifdef
2009-01-14 bcoudurierwarn if dts < pcr which means TS is invalid
2009-01-14 bcoudurierupdate seek regression tests due to ts modifications
2009-01-14 bcoudurieronly write dts if they differ from pts, according to...
2009-01-14 bcoudurieruse delay to avoid negative dts
2009-01-14 bcoudurierset pts and dts of pes packets exactly according to...
2009-01-14 aurelsimplify: group all the AUDIO_NONSHORT parameters in...
next