summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 supportPaul B Mahol2012-03-071-4/+7
* | Revert "error_resilience: initialize s->block_index[]."Michael Niedermayer2012-03-071-20/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-0730-230/+297
|\ \ | |/
| * SBR DSP: fix SSE code to not use SSE2 instructions.Reimar Döffinger2012-03-061-1/+1
| * cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje2012-03-061-1/+1
| * error_resilience: initialize s->block_index[].Ronald S. Bultje2012-03-061-0/+20
| * svq3: protect against negative quantizers.Ronald S. Bultje2012-03-061-1/+1
| * Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-069-201/+161
| * swscale: make filterPos 32bit.Ronald S. Bultje2012-03-067-38/+41
| * FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.Anton Khirnov2012-03-064-5/+9
| * avconv: add -cpuflags option for setting supported cpuflags.Anton Khirnov2012-03-064-5/+76
| * cpu: add av_set_cpu_flags_mask().Anton Khirnov2012-03-064-2/+23
| * libx264: Allow overriding the sliced threads optionMartin Storsjö2012-03-061-0/+3
| * avconv: fix counting encoded video size.Anton Khirnov2012-03-061-2/+2
* | lavc/utils: fix const correctness of AVClass castMichael Niedermayer2012-03-071-1/+1
* | lavc/utils: remove unused variable from avcodec_encode_video2.Michael Niedermayer2012-03-071-1/+0
* | mjpegenc: Fix const correctness and avoid writes into AVFrame of amv_encode_p...Michael Niedermayer2012-03-071-4/+5
* | h264 Fix: "warning: assigning to 'uint8_t *' (aka 'unsigned char *') from 'co...Michael Niedermayer2012-03-071-1/+1
* | h264: fix warning about "uint8_t *p" and constMichael Niedermayer2012-03-071-1/+1
* | cook: silence some signed overflow warnings.Michael Niedermayer2012-03-071-2/+2
* | swscale: remove duplicate PIX_FMT_GBRP entry from format_entries.Michael Niedermayer2012-03-071-1/+0
* | vsrx_mptestsrc: remove duplicate config_props init.Michael Niedermayer2012-03-071-1/+0
* | aacdec: Fix out of array writes (stack).Michael Niedermayer2012-03-061-2/+5
* | Fix bink decoder for files with 24px width.Bastien Bouclet2012-03-061-1/+1
* | diracdec: Correct the bytestream end pointer.Michael Niedermayer2012-03-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-0643-879/+1213
|\ \ | |/
| * cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-03-051-0/+1
| * Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-0510-19/+18
| * amrnb/amrwb: Remove get_bits usage.Alex Converse2012-03-052-16/+4
| * cosmetics: reindentJustin Ruggles2012-03-051-5/+5
| * avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-052-13/+30
| * avformat: do not fill-in audio packet duration in compute_pkt_fields()Justin Ruggles2012-03-051-14/+33
| * lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()Justin Ruggles2012-03-053-39/+35
| * dca_parser: parse the sample rate and frame durationsJustin Ruggles2012-03-054-46/+120
| * libspeexdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-3/+0
| * libopencore-amr: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-1/+0
| * alsdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-1/+0
| * siff: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-3/+5
| * amr demuxer: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-051-2/+0
| * aiffdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-052-30/+36
| * mov: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-13/+0
| * ape: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-051-1/+0
| * rdt: remove workaround for infinite loop with aacJustin Ruggles2012-03-051-3/+0
| * avformat: do not require frame_size in avformat_find_stream_info() for CELTJustin Ruggles2012-03-051-3/+0
| * avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3Justin Ruggles2012-03-051-3/+0
| * avformat: do not require frame_size in avformat_find_stream_info() for AACJustin Ruggles2012-03-051-1/+0
| * swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_sizeJustin Ruggles2012-03-051-5/+1
| * rtpenc: use av_get_audio_frame_duration() for max_frames_per_packetJustin Ruggles2012-03-051-2/+9
| * riffenc: use av_get_audio_frame_duration()Justin Ruggles2012-03-051-5/+23
| * avcodec: add av_get_audio_frame_duration() function.Justin Ruggles2012-03-054-1/+157