summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Generic metadata API.Michael Niedermayer2009-01-04
* Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten2009-01-04
* Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.Michael Niedermayer2009-01-03
* Add type, text and ass to AVSubtitleRect.Michael Niedermayer2009-01-03
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Replace some fixed width variable from AVSubtitle* by normal int.Michael Niedermayer2009-01-03
* Forgot to update (I likely missed it due to its similar name to dvb...)Michael Niedermayer2009-01-03
* Future doxy for a few fields of AVSubtitleRect.Michael Niedermayer2009-01-03
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
* Add enum AVSubtitleTypeMichael Niedermayer2009-01-03
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-03
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-02
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-02
* ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård2008-12-30
* ARM: rename coefficient table in NEON IDCTMåns Rullgård2008-12-30
* Remove duplicated dot product code. Use dsputil'sAurelien Jacobs2008-12-29
* It turned out that RV30 uses motion vectors for forward motion B-frameKostya Shishkov2008-12-29
* Explain the lack of +3/7Michael Niedermayer2008-12-28
* Revert r16375: It broke aac decoding.Carl Eugen Hoyos2008-12-28
* Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos2008-12-28
* Silence one warning when compiling with icc:Carl Eugen Hoyos2008-12-28
* Fix h264 decoding on SSE2 cores with icc compilation.Carl Eugen Hoyos2008-12-28
* Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNEDMåns Rullgård2008-12-27
* simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård2008-12-27
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* Remove stray codeLuca Barbato2008-12-27
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-27
* Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger2008-12-27
* ARM: NEON optimised float_to_int16Måns Rullgård2008-12-26
* Enable faxcompr.Michael Niedermayer2008-12-26
* indentMichael Niedermayer2008-12-26
* Simplify vertical modeMichael Niedermayer2008-12-26
* And another sechole ...Michael Niedermayer2008-12-26
* Fix yet another sechole.Michael Niedermayer2008-12-26
* Fix another sechole.Michael Niedermayer2008-12-26
* Minor simplification.Michael Niedermayer2008-12-26
* Remove unused run_start variable.Michael Niedermayer2008-12-26
* Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer2008-12-26
* Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer2008-12-26
* Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer2008-12-26
* COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
* Part 2 of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
* Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer2008-12-26
* cosmetic (moving pix_left update)Michael Niedermayer2008-12-26
* Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer2008-12-26
* minor simplificationMichael Niedermayer2008-12-26
* Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer2008-12-26
* Ensure that an invalid run terminates the line.Michael Niedermayer2008-12-26
* 10l != vs. == (yes, my fault not kostya's).Michael Niedermayer2008-12-26
* indentMichael Niedermayer2008-12-26