summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* swscale: MMX optim of hscale16()Michael Niedermayer2011-05-25
* swscale: dont loose bits on planar >8bit yuv ind gray nput.Michael Niedermayer2011-05-25
* swscale: Switch to ronalds yuv2yuvX16inC_template() its very similar to bapts...Michael Niedermayer2011-05-25
* rawdec: fix decoding of QT WRAW filesami_stuff2011-05-25
* matroska: improve declaration of video_stereo_* constant tablesAurelien Jacobs2011-05-24
* matroskadec: fix reverted condition to accept combine_plane operationAurelien Jacobs2011-05-24
* Fix register types for LOAD_AB arguments, fixes compilation with NASM.Reimar Döffinger2011-05-24
* wav: fix various printf warnings related to wrong argument typeStefano Sabatini2011-05-24
* wav: propagate ff_get_wav_header() error code in w64_read_header()Stefano Sabatini2011-05-24
* Remove avconfig.h and INCINSTDIRs on uninstall.Carl Eugen Hoyos2011-05-24
* partial revert of 01d3ebaf219d83c0a70cdf9696ecb6b868e8a165Michael Niedermayer2011-05-24
* fate: reenable frext-pph10i4_panasonic_a after the bitstream has been fixedMichael Niedermayer2011-05-24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-24
|\
| * configure: Add -U__STRICT_ANSI__ to CPPFLAGS on Cygwin and DOS.Diego Biurrun2011-05-23
| * aacdec: fix typo in scalefactor clipping checkJustin Ruggles2011-05-23
| * fate: fix fate-h264-conformance-frext-pph10i4-panasonic-a crcs.Ronald S. Bultje2011-05-23
| * fate: update 9/10bit refs.Ronald S. Bultje2011-05-23
| * h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras2011-05-23
| * x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo2011-05-23
| * Fix 9/10 bit in swscale.Kieran Kunhya2011-05-23
* | avcodec_find_decoder: prefer non experimental decoders.Michael Niedermayer2011-05-24
* | j2kdec: mark as CODEC_CAP_EXPERIMENTALMichael Niedermayer2011-05-24
* | j2k[c/h] j2kdec.c: Implement 2 code block stylesRukhsana Ruby2011-05-24
* | j2k: Add void as the parameter of function ff_j2k_init_tier1_lutsRukhsana Ruby2011-05-24
* | Add Kamil Nowosads j2k code.Kamil Nowosad2011-05-24
* | matroska: cleanup handling of video stereo modeAurelien Jacobs2011-05-24
* | oggdec: use av_dlog()Stefano Sabatini2011-05-24
* | mem: define the MAX_MALLOC_SIZE constant and use it in place of INT_MAXStefano Sabatini2011-05-24
* | muxers.texi changes for mkv/webm optionsalahuja2011-05-23
* | mpegaudio: Correct license headerMichael Niedermayer2011-05-23
* | add 5.1 to stereo downmix to resample.cjan gerber2011-05-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-23
|\|
| * ffmpeg: Don't trigger url_interrupt_cb on the first signalMartin Storsjö2011-05-22
| * avoptions: Check the return value from av_get_numberMartin Storsjö2011-05-22
| * dct32_sse: eliminate some spillsLoren Merritt2011-05-22
| * Fix dct32() compilation with --disable-yasmVitor Sessak2011-05-22
* | Do not ask for samples if a specific channel layout was requested.Carl Eugen Hoyos2011-05-23
* | libx264: specify field for default union values in optionsStefano Sabatini2011-05-22
* | movdec: dont divide by zero when stts_data[0].duration = 0.Michael Niedermayer2011-05-22
* | Fix ticket127Michael Niedermayer2011-05-22
* | dct32: Replacing libav by ffmpeg in the license header with the authors permi...Michael Niedermayer2011-05-22
* | lavf: fix style for avformat_alloc_output_context2()Stefano Sabatini2011-05-22
* | lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_ou...Stefano Sabatini2011-05-22
* | lavfi: make vsrc_buffer.h header publicStefano Sabatini2011-05-22
* | Fix compilation with --disable-yasm.Vitor Sessak2011-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\|
| * ffmpeg: get rid of the -vglobal option.Anton Khirnov2011-05-21
| * dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-21
| * dct32: Change pass 6 permutation to allow for AVX implementationVitor Sessak2011-05-21
| * dct32: port SSE 32-point DCT to YASMVitor Sessak2011-05-21