]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-01-25 mruARM: NEON optimised H.264 weighted prediction
2009-01-25 mruARM: NEON optimised H.264 biweighted prediction
2009-01-25 diegoAdd required headers to fix warnings during 'make check...
2009-01-25 jbrflacdec: get total number of samples from STREAMINFO
2009-01-25 jbruse function and definitions from libavcodec/flac.h...
2009-01-25 jbrmove FLAC_STREAMINFO_SIZE to flac.h
2009-01-25 jbrdefine FLAC metadata types in flac.h
2009-01-25 jbrHandle ID3v2 tags in raw FLAC streams by skipping them.
2009-01-24 jbrflacdec: cosmetics: some line wrapping at 80 chars
2009-01-24 jbrflacdec: cosmetics: indentation
2009-01-24 jbrflacdec: cosmetics: use consistent coding style (K&R)
2009-01-24 diegoAdd configuration options section to help output.
2009-01-24 diegohelp output cosmetics
2009-01-24 diegoRemove --enable-static and --disable-shared from help...
2009-01-24 diegoUse cc_default variable in help output for --cc option.
2009-01-24 diegoAdd a check for ppc4xx instructions; rename preprocesso...
2009-01-24 diegoRemove pointless #if HAVE_ALTIVEC around internal heade...
2009-01-24 mruconfigure: add help for fastdiv
2009-01-24 jbrcosmetics: indentation
2009-01-24 jbrflacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
2009-01-24 jbrflacdec: remove another unneeded debugging statement
2009-01-24 jbrflacdec: remove unneeded debugging statements
2009-01-24 jbrflacdec: remove some unused code
2009-01-24 diegoDirectly #include a bunch of indirectly #included headers.
2009-01-24 diegoFix undefined preprocessor directives warnings during...
2009-01-24 diegoAdd required headers to fix 'make checkheaders'.
2009-01-24 stefangremove alloc_table_0 and alloc_table_2, the same
2009-01-24 stefangremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2009-01-24 stefangavoid duplication of size_table and offset_table
2009-01-24 stefangavoid duplication of dquant_code
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...
next