summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ape: adjust some printf format strings to correctly match argument typesDiego Biurrun2011-07-261-4/+7
* jpegdec: actually search for and parse RSTnMichael Niedermayer2011-07-231-2/+5
* dnxhddec: avoid a branch in 10-bit decode_dct_block()Mans Rullgard2011-07-221-1/+1
* H.264: Add optimizations to predict x86 assembly.Daniel Kang2011-07-223-714/+437
* riff: Add mpgv MPEG-2 fourccAlex Converse2011-07-221-0/+1
* add Flash Screen Video 2 decoderKostya Shishkov2011-07-227-13/+301
* dnxhddec: optimise dnxhd_decode_dct_block()Mans Rullgard2011-07-211-37/+67
* rtp: remove disabled codeDiego Biurrun2011-07-212-39/+0
* eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles2011-07-216-97/+142
* dnxhd: add regression test for 10-bitMans Rullgard2011-07-213-0/+13
* dnxhd: 10-bit supportJoseph Artsimovich2011-07-216-81/+427
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-2115-15/+15
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-219-30/+39
* dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard2011-07-214-56/+80
* jfdctint: add 10-bit versionMans Rullgard2011-07-219-416/+454
* mov: add clcp type track as Subtitle stream.Thierry Foucu2011-07-211-1/+1
* mpeg4: add Mpeg4 Profiles names.Thierry Foucu2011-07-212-0/+37
* mpeg4: decode Level Profile for MPEG4 Part 2.Thierry Foucu2011-07-211-0/+19
* ffprobe: display bitstream level.Thierry Foucu2011-07-211-0/+1
* imgconvert: remove unused glue and xglue macrosStefano Sabatini2011-07-211-3/+0
* rv30: return AVERROR(EINVAL) instead of EINVALDiego Biurrun2011-07-211-1/+1
* build: add -L flags before existing LDFLAGSMans Rullgard2011-07-211-3/+3
* simple_idct: whitespace cosmeticsMans Rullgard2011-07-211-124/+124
* simple_idct: make repeated code a macroMans Rullgard2011-07-211-144/+53
* dsputil: remove huge #if 0 blockMans Rullgard2011-07-211-145/+0
* simple_idct: change 10-bit add/put stride from pixels to bytesMans Rullgard2011-07-211-0/+6
* dsputil: allow 9/10-bit functions for non-h264 codecsMans Rullgard2011-07-211-15/+12
* dnxhd: rename some data tablesJoseph Artsimovich2011-07-211-16/+16
* dnxhdenc: remove inline from function only called through pointerMans Rullgard2011-07-211-1/+1
* dnxhdenc: whitespace cosmeticsMans Rullgard2011-07-211-30/+32
* swscale: mark YUV422P10(LE,BE) as supported for outputJoseph Artsimovich2011-07-216-0/+12
* configure: add -xc99 to LDFLAGS for Sun CCSean McGovern2011-07-211-0/+1
* Remove unused and non-compiling vestigial g729 decoderDiego Biurrun2011-07-205-661/+1
* Remove unused code under G729_BITEXACT #ifdef.Diego Biurrun2011-07-203-100/+0
* mpegvideo: fix invalid picture unreferencing.Ronald S. Bultje2011-07-201-4/+6
* dsputil: Remove extra blank line at end.Alex Converse2011-07-201-1/+0
* dsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT.Alex Converse2011-07-201-1/+1
* simple_idct: add 10-bit versionMans Rullgard2011-07-2017-361/+461
* Remove h264_lowres_idct_put/add functionsMans Rullgard2011-07-203-59/+25
* Remove snow/dwt test programMans Rullgard2011-07-202-122/+1
* h264: remove some disabled codeDiego Biurrun2011-07-201-149/+0
* Fix incorrect max_lowres valuesMans Rullgard2011-07-205-9/+1
* matroskadec: fix integer underflow if header length < probe length.Chris Evans2011-07-191-0/+2
* cosmetics: indentationJustin Ruggles2011-07-191-3/+3
* eac3enc: use frame exponent strategy when applicable.Justin Ruggles2011-07-195-10/+106
* cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will alsoJustin Ruggles2011-07-194-8/+8
* dsputil: fix ff_check_alignment()Mans Rullgard2011-07-191-2/+2
* simple_idct: simplify some ifdefferyMans Rullgard2011-07-181-18/+6
* simple_idct: remove code for DCTELEM != int16Mans Rullgard2011-07-181-30/+15
* Remove VLAs in ff_amrwb_lsp2lpc()Mans Rullgard2011-07-182-3/+3
OpenPOWER on IntegriCloud