]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-01-24 bananI'll take care of qdm2 also
2009-01-24 stefangreturn an error if we can not get a full packet,
2009-01-24 vitorDo not allocate RoqTempData on the stack
2009-01-24 stefangfix header parsing, the NULL terminated File ID is...
2009-01-24 rbultjeSkip m= blocks in the SDP if the media type is unknown...
2009-01-23 jbradd myself as a maintainer of flacdec.c
2009-01-23 jbrrename flac.c to flacdec.c
2009-01-23 bcoudurierset pts and dts when only pts is present, according...
2009-01-23 bcoudurierwrite essence container data
2009-01-23 bcoudurierreduce display aspect ratio
2009-01-23 bcoudurierstored height is a multiple of 16 for mpeg2
2009-01-23 bcoudurierfix endianness of time code, and calculate it in fields...
2009-01-23 compnadd EM4A fourcc , works for:
2009-01-23 andomaAvoid allocating MPADecodeContext on stack.
2009-01-23 michaelWorkaround ffms behavior of returning EAGAIN at EOF.
2009-01-23 kostyaRemove the block with always false condition from vc1_p...
2009-01-23 kostyaVC-1 postproc field is 2 bits wide while decoder read...
2009-01-22 michaelMove av_read_frame/parser related buffer variables...
2009-01-22 jbrflacdec: add support for 3 additional sample rate codes
2009-01-22 alexcMark ff_fft_init with av_cold.
2009-01-22 alexcClean up FFT related comments.
2009-01-22 bcoudurierprint stream sar if present and different than codec sar
2009-01-22 michaelUse EAGAIN return, primarely intended as example of...
2009-01-22 michaelHandle av_read_frame() EAGAIN return.
2009-01-22 michaelHandle av_read_frame() EAGAIN return.
2009-01-22 bcoudurierAdd const, remove warning:
2009-01-21 diegoAvoid unused variable warning when compiling DES test...
2009-01-21 aurel'code' is used to index a table so make it unsigned
2009-01-21 diegoMake base64 test program compilable as a standard test...
2009-01-21 diegoAdd void keyword to parameterless function declaration.
2009-01-21 kostyayet another attempt on fixing synchronization in VMD
2009-01-21 kostyaEmpty audio chunks in VMD are silent, not skipped
2009-01-21 kostyacosmetics: reindent after last commit
2009-01-21 kostyaVMD first chunk of audio is not coded as many separate...
2009-01-21 benoitRename audio.c to oss_audio.c in libavdevice.
2009-01-21 bcoudurierfix seek reg tests, Im always forgetting this
2009-01-20 cehoyosSort VdpPictureInfo alphabetically.
2009-01-20 bcoudurierexit with error code if av_encode failed
2009-01-20 bcoudurierchange sample aspect ratio test to be more clear, print...
2009-01-20 compnanother mpeg4 fourcc
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...
next