]> git.sesse.net Git - ffmpeg/history - libavcodec
ppc32: Fix movrel
[ffmpeg] / libavcodec /
2011-06-21 Kim Nguyenppc32: Fix movrel
2011-06-20 Ivan KalvachevFix bink audio playback outside of FFmpeg.
2011-06-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-19 Michael NiedermayerAttempt to fix ticket266
2011-06-19 Alex Conversesipr: Drop unused DSPContext
2011-06-19 Alex Conversesipr: include string.h for mem*()
2011-06-19 Alex Conversesipr: Use memmove() to copy overlapped buffers.
2011-06-19 Alex Converseh264: drop some ugly casts
2011-06-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-19 Michael Niedermayerh264: print actual slice number in "Too many slices...
2011-06-19 Michael Niedermayerjpegdec: include mjpb_skiptosod in debug output
2011-06-19 Michael Niedermayerjpegdec: fix CJPG decoding.
2011-06-19 Michael Niedermayerw32threads: with only 1 thread there cant be a active...
2011-06-19 Michael Niedermayerflacenc: mark as lossless codec
2011-06-19 Michael Niedermayerlibavcodec: add CODEC_CAP_LOSSLESS
2011-06-18 Ronald S. BultjeFix build if yasm is not available.
2011-06-18 Daniel KangH.264: Add x86 assembly for 10-bit MC Chroma H.264...
2011-06-18 Clément Bœschdcaenc: small quantization simplification.
2011-06-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-18 Michael Niedermayerqdm2: Fix alignment of local array.
2011-06-17 Anton Khirnovlavc: add opt_find to AVCodecContext class.
2011-06-17 Michael NiedermayerMerge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'
2011-06-16 Carl Eugen HoyosFix compilation with old yasm.
2011-06-16 Alexander Strangeh264: Complexify frame num gap shortening code
2011-06-16 Mike ScheutzowFix decoding of mpegts streams with h264 video that...
2011-06-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-15 Justin Rugglesac3enc: use correct alignment and length in channel...
2011-06-15 Mans RullgardARM: update ff_h264_idct8_add4_neon for 4:4:4 changes
2011-06-15 Carl Eugen HoyosReindent after last commit.
2011-06-15 Carl Eugen HoyosFix multi-channel AAC encoding.
2011-06-15 Carl Eugen HoyosFix "redundant redeclaration" warning.
2011-06-15 Carl Eugen HoyosFix compilation with --disable-everything --enable...
2011-06-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-14 William Yumjpegenc: Fix JFIF version
2011-06-14 Mans RullgardARM: factor some repetitive code into macros
2011-06-14 Philip LangdaleCrystalHD: Use mp4toannexb bitstream filter.
2011-06-14 Philip LangdaleCrystalHD: Keep mp4toannexb filter around for entire...
2011-06-14 Jason Garrett-GlaserFix SVQ3 after adding 4:4:4 H.264 support
2011-06-14 Jason Garrett-GlaserH.264: fix CODEC_FLAG_GRAY
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-13 Justin Rugglesac3enc: fix allocation of floating point samples.
2011-06-13 Justin Rugglesac3enc: remove empty ac3_float function that is never...
2011-06-13 Justin Rugglesac3enc: split templated float vs. fixed functions into...
2011-06-13 Justin Rugglesac3enc: dynamically allocate AC3EncodeContext fields...
2011-06-13 Justin Rugglesac3enc: use function pointer to choose between AC-3...
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-GlaserFix SVQ3 after adding 4:4:4 H.264 support
2011-06-13 Jason Garrett-GlaserH.264: fix CODEC_FLAG_GRAY
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Philip Langdaleh264_parser: Fix whitespace after previous change.
2011-06-13 Philip Langdaleh264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FR...
2011-06-13 Michael Niedermayerh264: don't be so picky on decoding pps in extradata.
2011-06-13 Wim Lewisavcodec.h: add or elaborate on some documentation comments.
2011-06-13 Michael Niedermayerh264: change a few comments into error messages
2011-06-13 Reimar Döffingerac3dec: fix doxy-style for comment ("///>" should be...
2011-06-13 Michael Niedermayerffv1: fix undefined behavior with insane widths.
2011-06-13 Mans RullgardARM: jrevdct_arm: simplify stack usage
2011-06-13 Mans RullgardARM: jrevdct_arm: use push/pop mnemonics
2011-06-13 Mans RullgardARM: jrevdct_arm: misc cleanup
2011-06-13 Mans RullgardARM: optimised mpadsp_apply_window_fixed
2011-06-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-13 Michael NiedermayerH264: Reduce pointless diffs to qatar
2011-06-13 Michael NiedermayerRevert "H264: Split out hl_motion and template it,...
2011-06-12 Alexander Strangeh264: Complexify frame num gap shortening code
2011-06-12 Michael Niedermayermpeg12: replace 2 asserts by av_assert0
2011-06-12 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-12 Michael NiedermayerFix --disable-everything
2011-06-11 Clément Bœschresample: clarify supported resampling.
2011-06-11 Michael NiedermayerRevert "ac3: there was no libav in 2010 thus this code...
2011-06-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-10 Joseph Artsimovichdnxhd: Renama tables
2011-06-10 Alex Conversebitstream: Properly promote av_reverse values before...
2011-06-10 Jason Garrett-GlaserH.264: Fix high bit depth explicit biweight
2011-06-10 Oskar Arvidssonh264: Fix 10-bit H.264 x86 chroma v loopfilter asm.
2011-06-10 Justin RugglesUpdate copyright year for ac3enc_opts_template.c.
2011-06-10 Stefano Sabatinilavc: bump minor after the addition of AVCodecContext...
2011-06-10 Juan Carlos Rodriguezrtpenc: MP4A-LATM payload support
2011-06-10 Michael Niedermayermpeg12: more advanced ffmpeg mpeg2 aspect guessing...
2011-06-10 Michael Niedermayerac3: there was no libav in 2010 thus this code cannot...
2011-06-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-09 Anton Khirnovintelh263dec: aspect ratio processing fix.
2011-06-09 Anton Khirnovintelh263dec: fix "Strict H.263 compliance" file playback
2011-06-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-09 Michael Niedermayerjpegdec: actually search for and parse RSTn
2011-06-08 Carl Eugen HoyosFix "mixed declarations and code" warnings.
2011-06-08 Diego Biurrundvbsubdec: Fix compilation of debug code.
2011-06-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-08 Etienne Buiralibx264: fix double free
2011-06-07 Stefano Sabatinimpegvideo: use av_get_picture_type_char() in ff_print_d...
2011-06-07 Diego BiurrunRemove some non-compiling debug messages.
2011-06-07 Daniel KangH264: x86 predict init cosmetics.
2011-06-07 Diego Biurrunac3enc: Fix linking of AC-3 encoder without the E-AC...
2011-06-07 Justin RugglesMove E-AC-3 encoder functions to a separate eac3enc...
2011-06-07 Justin Rugglesac3enc: remove convenience macro, #define DEBUG
2011-06-07 Justin Rugglesac3enc: remove unused #define
2011-06-07 John Stebbinsvc1: re-initialize tables after width/height change.
2011-06-07 Michael Niedermayerlibvpxenc: add forgotten AVClass.
2011-06-07 Justin Rugglesiirfilter: fix biquad filter coefficients.
2011-06-07 Diego Biurrunshorten: Remove stray DEBUG #define and corresponding...
next