]> git.sesse.net Git - ffmpeg/history - libavcodec
Reword make fate patch checklist entry
[ffmpeg] / libavcodec /
2011-03-22 Reimar DöffingerDetect byte-swapped AC-3 and support decoding it directly.
2011-03-22 Justin Rugglescosmetics: indentation
2011-03-22 Justin RugglesAlways copy input data for AC3 decoder.
2011-03-22 Justin Rugglesac3enc: make sym_quant() branch-free
2011-03-22 Ronald S. Bultjevc1: make P-frame deblock filter bit-exact.
2011-03-21 Ronald S. Bultjevc1: slice support.
2011-03-21 Ronald S. Bultjevc1: fix up memleaks in the error codepath.
2011-03-21 Ronald S. Bultjevc1: warn for unimplemented pan-scan feature.
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-20 Mans Rullgardffv1: allocate correct size for sample buffer
2011-03-20 Mans RullgardMove ff_dct_init_mmx declaration to dct.h
2011-03-20 Mans Rullgarddct: remove superflous #include
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans RullgardMove ff_kbd_window_init() to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardRemove Sonic experimental audio codec
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-19 Reimar DöffingerFix compiler warnings due to missing casts.
2011-03-19 Reimar DöffingerDetect byte-swapped AC-3 (aka DNET) and support decodin...
2011-03-18 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-18 Nathan Caldwellaacenc: 10l, missed a reference when refactoring the...
2011-03-17 Justin Rugglesac3enc: add float_to_fixed24() with x86-optimized versi...
2011-03-17 Michael NiedermayerRevert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"
2011-03-17 Michael NiedermayerRevert "use LIBAV_LICENSE and LIBAV_VERSION instead...
2011-03-17 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-17 Philip LangdaleCrystalHD: Use doxygen compatible comments where relevant.
2011-03-17 Nathan Caldwellaacenc: cosmetics, indentation, and comment clarification
2011-03-17 Nathan Caldwellaacenc: Refactor the parts of the AAC psymodel.
2011-03-17 Young Han Leeaaccoder: Change FFMAX for allzero flag to OR bit operation
2011-03-16 Ramiro PollaRemove occurrences of my old email address
2011-03-16 Mans Rullgarddsputil: add bswap16_buf()
2011-03-16 Janne Grunauuse LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
2011-03-16 Janne Grunaureplace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
2011-03-16 Ramiro PollaRemove occurrences of my old email address.
2011-03-16 Justin Rugglesmathops: fix MULL() when the compiler does not inline...
2011-03-15 Justin Rugglesmathops: change "g" constraint to "rm" in x86-32 versio...
2011-03-15 Justin Rugglesmathops: convert MULL/MULH/MUL64 to inline functions...
2011-03-15 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-15 Michael NiedermayerRevert "ac3enc: shift coefficients to 24-bit following...
2011-03-15 Michael NiedermayerRevert "ac3enc: add SIMD-optimized shifting functions...
2011-03-15 Philip Langdaleh264_mp4toannexb_bsf: Fix spurious warning when stream...
2011-03-14 Justin Rugglesac3enc: add SIMD-optimized shifting functions for use...
2011-03-14 Justinac3enc: do not right-shift fixed-point coefficients...
2011-03-14 Peter Rossmm decoder: move buffer allocation from decode_init...
2011-03-14 Peter RossBitmap Brothers JV video decoder
2011-03-13 Johan AnderssonUpdate the url to the site website and change ffmpeg...
2011-03-13 Peter Rossmm decoder: move buffer allocation from decode_init...
2011-03-12 Jason Garrett-GlaserVP8: fix other function declaration
2011-03-12 Michael NiedermayerMerge branch 'master' of git://git.ffmpeg.org/ffmpeg
2011-03-12 Hendrik LeppkesVC1: Export profile/level
2011-03-12 Jason Garrett-GlaserVP8: optimize VP8Context struct ordering
2011-03-12 Jason Garrett-GlaserVP8: fix function declaration
2011-03-12 Jason Garrett-GlaserVP8: token probs doesn't need padding
2011-03-12 Jason Garrett-GlaserVP8: use a goto to break out of two loops
2011-03-12 Mans RullgardAdd CONFIG_AC3DSP symbol to simplify makefiles
2011-03-11 Michael NiedermayerMerge remote-tracking branch 'remotes/newdev/master'
2011-03-11 Michael NiedermayerRevert "ac3enc: use MUL64() to multiply fixed-point...
2011-03-11 Peter RossBitmap Brothers JV video decoder
2011-03-10 Benjamin LarssonExport profiles from the mpeg2 video decoder
2011-03-10 Philip LangdaleCrystalHD decoder support v7
2011-03-09 Michael NiedermayerMerge remote-tracking branch 'remotes/newdev/master'
2011-03-08 Nathan Caldwellaacenc: Fix a segfault in search_for_quantizers
2011-03-08 Justin Rugglesac3enc: add SIMD-optimized shifting functions for use...
2011-03-08 Justin Rugglesac3enc: shift coefficients to 24-bit following MDCT...
2011-03-08 Justin Rugglesac3enc: use MUL64() to multiply fixed-point coefficients
2011-03-08 Nathan Caldwellaacenc: Fix a segfault in search_for_quantizers
2011-03-08 Ronald S. Bultjereindent.
2011-03-08 Young Han Leeaacenc: remove the data arrays
2011-03-08 Thadeu Lima de Sou... aac_latm_dec: use aac context and aac m4ac
2011-03-08 Justin Rugglesac3enc: add some assertions
2011-03-08 Justin Rugglesac3enc: use av_assert2() instead of assert() to make...
2011-03-08 Justin Rugglescosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_c...
2011-03-08 Sean McGovernh264_mp3toannexb_bsg: don't crash, but warn, if PPS...
2011-03-07 Ronald S. Bultjereindent.
2011-03-07 Young Han Leeaacenc: remove the data arrays
2011-03-07 Thadeu Lima de Sou... aac_latm_dec: use aac context and aac m4ac
2011-03-07 Justin Rugglesac3enc: add some assertions
2011-03-07 Justin Rugglesac3enc: use av_assert2() instead of assert() to make...
2011-03-07 Justin Rugglescosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_c...
2011-03-07 Carl Eugen HoyosFix compilation on powerpc with --disable-altivec.
2011-03-07 Sean McGovernh264_mp3toannexb_bsg: don't crash, but warn, if PPS...
2011-03-05 Justin Rugglesac3enc: add num_rematrixing_bands to AC3EncodeContext...
2011-03-05 Justin Rugglesac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
2011-03-04 Justin Rugglesac3enc: add num_rematrixing_bands to AC3EncodeContext...
2011-03-04 Justin Rugglesac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
2011-03-04 Carl Eugen HoyosFix compilation on powerpc with --disable-altivec.
2011-03-04 Michael NiedermayerMove guess_correct_pts() under got_picture_ptr.
2011-03-03 Michael Niedermayerh263dec: produce a warning when excessive bitstream...
2011-03-03 Ronald S. Bultjevp3-mt: fix deadlock when first frame is not a keyframe.
2011-03-03 Mans Rullgardthreads: allow thread count of zero
2011-03-03 Baptiste Couduriervc1: fix decoding when end sequence is present
2011-03-03 Baptiste Coudurierdnxhd: allow encoding with Avid Nitris compatibility.
2011-03-03 Alexander Strangehuffyuv: Add multithreading support
2011-03-03 Alexander Strangepthreads: Fix bug introduced with thread_safe_callbacks
2011-03-03 Michael NiedermayerFix duplicate & droped frame in Californication.S02E01...
2011-03-02 Ronald S. Bultjevp3-mt: fix deadlock when first frame is not a keyframe.
2011-03-02 Mans Rullgardthreads: allow thread count of zero
2011-03-02 Baptiste Couduriervc1: fix decoding when end sequence is present
next