aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2009-01-05spelling/grammar and whitespace cosmeticsDiego Biurrun
2009-01-0550l: Reenable error resilience for H264 (Patch by Dark Shikari).Jason Garrett-Glaser
2009-01-05Cosmetics: Fix indentation.Carl Eugen Hoyos
2009-01-05100l: Add a deleted '{'.Carl Eugen Hoyos
2009-01-04Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation
2009-01-04Move metadata API from avcodec to avformat.Michael Niedermayer
2009-01-04Generic metadata API.Michael Niedermayer
2009-01-04Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten
2009-01-03Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.Michael Niedermayer
2009-01-03Add type, text and ass to AVSubtitleRect.Michael Niedermayer
2009-01-03Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer
2009-01-03Replace some fixed width variable from AVSubtitle* by normal int.Michael Niedermayer
2009-01-03Forgot to update (I likely missed it due to its similar name to dvb...)Michael Niedermayer
2009-01-03Future doxy for a few fields of AVSubtitleRect.Michael Niedermayer
2009-01-03Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer
2009-01-03Add enum AVSubtitleTypeMichael Niedermayer
2009-01-03Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser
2009-01-02Avoid POSIX-reserved _t namespace.Diego Biurrun
2009-01-02Avoid POSIX-reserved _t namespace.Diego Biurrun
2008-12-30ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård
2008-12-30ARM: rename coefficient table in NEON IDCTMåns Rullgård
2008-12-29Remove duplicated dot product code. Use dsputil'sAurelien Jacobs
2008-12-29It turned out that RV30 uses motion vectors for forward motion B-frameKostya Shishkov
2008-12-28Explain the lack of +3/7Michael Niedermayer
2008-12-28Revert r16375: It broke aac decoding.Carl Eugen Hoyos
2008-12-28Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos
2008-12-28Silence one warning when compiling with icc:Carl Eugen Hoyos
2008-12-28Fix h264 decoding on SSE2 cores with icc compilation.Carl Eugen Hoyos
2008-12-27Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNEDMåns Rullgård
2008-12-27simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-27Remove stray codeLuca Barbato
2008-12-27Cleanup _t types in libavcodec/ppcLuca Barbato
2008-12-27Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger
2008-12-26ARM: NEON optimised float_to_int16Måns Rullgård
2008-12-26Enable faxcompr.Michael Niedermayer
2008-12-26indentMichael Niedermayer
2008-12-26Simplify vertical modeMichael Niedermayer
2008-12-26And another sechole ...Michael Niedermayer
2008-12-26Fix yet another sechole.Michael Niedermayer
2008-12-26Fix another sechole.Michael Niedermayer
2008-12-26Minor simplification.Michael Niedermayer
2008-12-26Remove unused run_start variable.Michael Niedermayer
2008-12-26Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer
2008-12-26Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer
2008-12-26Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer
2008-12-26COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet
2008-12-26Part 2 of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet
2008-12-26Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer
2008-12-26cosmetic (moving pix_left update)Michael Niedermayer