summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* The diffutils package is also needed (for the 'cmp' command).Víctor Paesa2008-12-22
* Revert r16257:Andreas Öman2008-12-22
* Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos2008-12-22
* Fix a warning when compiling with icc:Carl Eugen Hoyos2008-12-22
* Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster onMichael Niedermayer2008-12-22
* IndentMichael Niedermayer2008-12-22
* inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.Michael Niedermayer2008-12-22
* Negate 2 more variables, 1 cpu cycle faster on pentium dual.Michael Niedermayer2008-12-22
* Simplify if/else, no speed changeMichael Niedermayer2008-12-22
* Negate a few variables, this simplifies the code and makes it 5 cycles fasterMichael Niedermayer2008-12-22
* Simplify ifs(), 8 cpu cycles faster on pentium dualMichael Niedermayer2008-12-22
* Simplify if(), 3 cpu cycles faster in pentium dual.Michael Niedermayer2008-12-22
* Initialize s->opaque before calling url_resetbuf().Aurelien Jacobs2008-12-22
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
* Offer an option (disabled by default) to enable the copy of the frames beforeWolfram Gloger2008-12-22
* Decode TIFF image only after all tags have been decodedKostya Shishkov2008-12-22
* Some TIFFs declare -1 for the single strip heightKostya Shishkov2008-12-22
* Add monochrome TIFF supportKostya Shishkov2008-12-22
* Calculate line size variable correctly for lower bitdepths and use it for raw...Kostya Shishkov2008-12-22
* Register TIFF tags for CCITT Group 3 and 4 compression optionsKostya Shishkov2008-12-22
* Remove a bunch of unused variables.Diego Biurrun2008-12-22
* Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.Diego Biurrun2008-12-22
* Fix incorrectly constructed Dirac parse units that caused A/V sync loss.Anuradha Suraparaju2008-12-22
* Do not use full include path for headers in the same directory.Diego Biurrun2008-12-21
* Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer2008-12-21
* Silence the following icc warnings:Carl Eugen Hoyos2008-12-21
* Include "libavutil/common.h" where we use llrint() in case ffmpeg'sAndreas Öman2008-12-21
* Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer2008-12-21
* Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().Michael Niedermayer2008-12-21
* Fix detection of audio codec in K70707-ARIA229.flv.Michael Niedermayer2008-12-21
* Remove useless code.Michael Niedermayer2008-12-21
* Only execute clear_blocks() when needed.Michael Niedermayer2008-12-21
* AAC: Reindent after last commitRobert Swain2008-12-21
* AAC: Fix AAC prediction when used in conjunction with the CPEAlex Converse2008-12-21
* AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfigAlex Converse2008-12-21
* Optimize get_dct8x8_allowed().Michael Niedermayer2008-12-20
* RV30 decoderKostya Shishkov2008-12-20
* Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos2008-12-20
* RV30 loop filterKostya Shishkov2008-12-20
* Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'Reynaldo H. Verdejo Pinochet2008-12-20
* Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functionsStefano Sabatini2008-12-19
* Cosmetics, change variable name "o2" to "o" in ffserver_opt_default().Stefano Sabatini2008-12-19
* Remove calls to deprecated av_set_string2() with calls toStefano Sabatini2008-12-19
* H.264 loopfilter speed tweaksJason Garrett-Glaser2008-12-19
* Port x264 deblocking code to libavcodec.Jason Garrett-Glaser2008-12-19
* Remove pointless malloc.h #include.Diego Biurrun2008-12-19
* Remove pointless malloc.h #include.Diego Biurrun2008-12-19
* Document new idct requirements.Michael Niedermayer2008-12-19
* Fix decoding with the plain C idcts ofMichael Niedermayer2008-12-19
* a table for upcoming RV30 loop filteringKostya Shishkov2008-12-19