summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Add enum AVSubtitleTypeMichael Niedermayer2009-01-03
| | | | Originally committed as revision 16410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-03
| | | | Originally committed as revision 16409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-02
| | | | Originally committed as revision 16408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-02
| | | | Originally committed as revision 16407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård2008-12-30
| | | | Originally committed as revision 16395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: rename coefficient table in NEON IDCTMåns Rullgård2008-12-30
| | | | Originally committed as revision 16392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated dot product code. Use dsputil'sAurelien Jacobs2008-12-29
| | | | | | scalarproduct instead. Patch by Aurelien Jacobs. Originally committed as revision 16391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It turned out that RV30 uses motion vectors for forward motion B-frameKostya Shishkov2008-12-29
| | | | | | | macroblocks to predict motion vectors for backward motion B-frame macroblocks and vice versa. Originally committed as revision 16381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain the lack of +3/7Michael Niedermayer2008-12-28
| | | | Originally committed as revision 16380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r16375: It broke aac decoding.Carl Eugen Hoyos2008-12-28
| | | | Originally committed as revision 16376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos2008-12-28
| | | | Originally committed as revision 16375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence one warning when compiling with icc:Carl Eugen Hoyos2008-12-28
| | | | | | | | warning #188: enumerated type mixed with another type if((q->bitrate = determine_bitrate(avctx, buf_size, &buf)) == I_F_Q) ^ Originally committed as revision 16374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix h264 decoding on SSE2 cores with icc compilation.Carl Eugen Hoyos2008-12-28
| | | | Originally committed as revision 16373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNEDMåns Rullgård2008-12-27
| | | | Originally committed as revision 16364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård2008-12-27
| | | | Originally committed as revision 16362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
| | | | Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray codeLuca Barbato2008-12-27
| | | | Originally committed as revision 16358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-27
| | | | Originally committed as revision 16357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger2008-12-27
| | | | | | AVCodecContext refs is set during decoding. Originally committed as revision 16355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised float_to_int16Måns Rullgård2008-12-26
| | | | Originally committed as revision 16352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable faxcompr.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-12-26
| | | | Originally committed as revision 16348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vertical modeMichael Niedermayer2008-12-26
| | | | Originally committed as revision 16347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* And another sechole ...Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix yet another sechole.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix another sechole.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused run_start variable.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
| | | | Originally committed as revision 16338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Part 2 of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
| | | | Originally committed as revision 16337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer2008-12-26
| | | | | | some but not all. Originally committed as revision 16336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (moving pix_left update)Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer2008-12-26
| | | | | | be written over the end of the runs array. Originally committed as revision 16334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor simplificationMichael Niedermayer2008-12-26
| | | | Originally committed as revision 16333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that an invalid run terminates the line.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l != vs. == (yes, my fault not kostya's).Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-12-26
| | | | Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify zero run handling in put_line().Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid negation in put_line().Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize mode switching in put_line().Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix (rewrite) find_group3_syncmarker().Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CCITT Fax Group 3 and 4 decompression by kostya.Michael Niedermayer2008-12-26
| | | | | | | Will be activated after a little more reviewing and fixing by me. Commited now, so as to not lose history of that. Originally committed as revision 16323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASAO Nelly Moser implementation moved to a better place on mphq.Diego Biurrun2008-12-26
| | | | Originally committed as revision 16321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/FFmpeg-devel/ffmpeg-devel/Benoit Fouet2008-12-26
| | | | Originally committed as revision 16314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation without optimization under 64-bit with x264 deblock asm enabled.Jason Garrett-Glaser2008-12-26
| | | | Originally committed as revision 16313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: add new h264 idct functionsMåns Rullgård2008-12-25
| | | | Originally committed as revision 16312 to svn://svn.ffmpeg.org/ffmpeg/trunk