summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)"Michael Niedermayer2012-04-213-125/+25
* | fix swr_convert buffering of packed audioAndrew Wason2012-04-211-3/+5
* | h264: assembly version of get_cabac for x86_64 with PIC (v4)Roland Scheidegger2012-04-213-25/+125
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-2032-146/+536
|\ \ | |/
| * avcodec: add a cook parser to get subpacket durationJustin Ruggles2012-04-205-2/+64
| * FATE: allow lavf tests to alter input parametersJustin Ruggles2012-04-206-36/+36
| * FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum testJustin Ruggles2012-04-205-34/+6
| * FATE: replace the acodec-g726 test with 4 new encode/decode testsJustin Ruggles2012-04-208-62/+27
| * FATE: replace current g722 encoding tests with an encode/decode testJustin Ruggles2012-04-206-17/+9
| * FATE: add a pattern rule for generating asynth wav filesJustin Ruggles2012-04-201-1/+4
| * FATE: optionally write a WAVE header in audiogenJustin Ruggles2012-04-201-8/+48
| * avutil: add audio fifo bufferJustin Ruggles2012-04-205-2/+355
* | Fix compilation with NASM.Reimar Döffinger2012-04-201-2/+6
* | mxfdec: fix memleak on read error/EOF.Reimar Döffinger2012-04-201-2/+2
* | indeo3: Fix reallocation code so that it doesnt become inconsistent.Michael Niedermayer2012-04-201-12/+10
* | ac3dec: Check number of output channels.Michael Niedermayer2012-04-201-0/+4
* | avsdec: Set dimensions instead of relying on the demuxer.Michael Niedermayer2012-04-201-0/+1
* | ffmpeg: check encoder earlier.Nicolas George2012-04-201-6/+6
* | ffv1: add optional per slice CRCs to detect undamaged slices.Michael Niedermayer2012-04-201-1/+22
* | ffv1: move most fields from the frame header to the slice headers with ffv1.3Michael Niedermayer2012-04-201-6/+100
* | ffv1: refactor slice decoding init loop so that the first is less a special caseMichael Niedermayer2012-04-201-15/+18
* | ffv1: clear slice state in decode_slice()Michael Niedermayer2012-04-201-2/+3
* | ffv1: split clear_slice_state() out so individual slices can be cleared.Michael Niedermayer2012-04-201-4/+10
* | ffv1: split init_slice_state() out so individual slices can be initedMichael Niedermayer2012-04-201-7/+14
* | ffv1: Add a CRC check to the global header with version 1.3Michael Niedermayer2012-04-201-1/+14
* | lavfi/mp: remove libmpcodecs mirror filterStefano Sabatini2012-04-205-136/+1
* | lavfi: add avfilter_unref_bufferp()Robert Nagy2012-04-204-1/+19
* | avidec: zero extradata paddingMichael Niedermayer2012-04-191-1/+1
* | mtvdec: check that the buf is large enough for probingMichael Niedermayer2012-04-191-1/+1
* | jvdec: Make sure there is enough data for the id string.Michael Niedermayer2012-04-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-1912-67/+112
|\ \ | |/
| * dv: Initialize encoder tables during encoder init.Diego Biurrun2012-04-191-2/+2
| * dv: Replace some magic numbers by the appropriate #define.Diego Biurrun2012-04-191-4/+4
| * FATE: pass the decoded output format and audio source file to enc_dec_pcmJustin Ruggles2012-04-183-8/+16
| * FATE: specify the input format when decoding in enc_dec_pcm()Justin Ruggles2012-04-181-1/+1
| * x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt2012-04-181-2/+8
| * configure: detect PGI compiler and set suitable flagsMans Rullgard2012-04-191-0/+18
| * avconv: check for an incompatible changing channel layoutJustin Ruggles2012-04-181-45/+54
| * avio: make AVIOContext.av_class pointer to constMans Rullgard2012-04-181-1/+1
| * nutdec: add malloc check and fix const to non-const conversion warningsMans Rullgard2012-04-181-2/+6
* | build system: remove -wcast-qualMichael Niedermayer2012-04-191-1/+0
* | mlpdec: set channel variables after checking themMichael Niedermayer2012-04-191-8/+13
* | Make targa-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos2012-04-191-0/+3
* | Remove .rodata alignment kludge for Mach-O if a recent enough yasm is used.Nico Weber2012-04-191-9/+28
* | Print unexpected length of flicvideo extradata.Carl Eugen Hoyos2012-04-191-1/+1
* | mxfdec: Add missing break in frame layout parsingMatthieu Bouron2012-04-191-0/+1
* | mxf: Fix frame layout valuesMatthieu Bouron2012-04-191-2/+2
* | h263dec: Check for width/height changes on frame skips too.Michael Niedermayer2012-04-191-1/+1
* | error_concealment: Check that the reference is not NULLMichael Niedermayer2012-04-191-0/+4
* | error_concealment: make sure mbaff flags are 0 as interlaced is not supported.Michael Niedermayer2012-04-191-1/+2
OpenPOWER on IntegriCloud