summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avformat_new_stream: fix initial last_dts valueMichael Niedermayer2012-03-08
* mxfdec: Add intra_only flag to MXFTrackTomas Härdin2012-03-08
* mxfdec: Fix Avid AirSpeed files being misinterpreted as OP1aTomas Härdin2012-03-08
* mxfdec: Truncate packets that extend past the next edit unitTomas Härdin2012-03-08
* libavutil: document av_force_cpu_flags(-1).Michael Niedermayer2012-03-08
* ffmpeg: show fps more accurately when it is small.Nicolas George2012-03-08
* swr: special case for empty channels in rematrix.Nicolas George2012-03-07
* vf_yadif: accept input with several frames available.Nicolas George2012-03-07
* ass_split: accept files with only \n and no \r.Nicolas George2012-03-07
* assdec: avoid a possible NULL dereference.Nicolas George2012-03-07
* ffv1: PIX_FMT_YUV444P10 supportPaul B Mahol2012-03-07
* ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 supportPaul B Mahol2012-03-07
* Revert "error_resilience: initialize s->block_index[]."Michael Niedermayer2012-03-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-07
|\
| * SBR DSP: fix SSE code to not use SSE2 instructions.Reimar Döffinger2012-03-06
| * cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje2012-03-06
| * error_resilience: initialize s->block_index[].Ronald S. Bultje2012-03-06
| * svq3: protect against negative quantizers.Ronald S. Bultje2012-03-06
| * Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
| * swscale: make filterPos 32bit.Ronald S. Bultje2012-03-06
| * FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.Anton Khirnov2012-03-06
| * avconv: add -cpuflags option for setting supported cpuflags.Anton Khirnov2012-03-06
| * cpu: add av_set_cpu_flags_mask().Anton Khirnov2012-03-06
| * libx264: Allow overriding the sliced threads optionMartin Storsjö2012-03-06
| * avconv: fix counting encoded video size.Anton Khirnov2012-03-06
* | lavc/utils: fix const correctness of AVClass castMichael Niedermayer2012-03-07
* | lavc/utils: remove unused variable from avcodec_encode_video2.Michael Niedermayer2012-03-07
* | mjpegenc: Fix const correctness and avoid writes into AVFrame of amv_encode_p...Michael Niedermayer2012-03-07
* | h264 Fix: "warning: assigning to 'uint8_t *' (aka 'unsigned char *') from 'co...Michael Niedermayer2012-03-07
* | h264: fix warning about "uint8_t *p" and constMichael Niedermayer2012-03-07
* | cook: silence some signed overflow warnings.Michael Niedermayer2012-03-07
* | swscale: remove duplicate PIX_FMT_GBRP entry from format_entries.Michael Niedermayer2012-03-07
* | vsrx_mptestsrc: remove duplicate config_props init.Michael Niedermayer2012-03-07
* | aacdec: Fix out of array writes (stack).Michael Niedermayer2012-03-06
* | Fix bink decoder for files with 24px width.Bastien Bouclet2012-03-06
* | diracdec: Correct the bytestream end pointer.Michael Niedermayer2012-03-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-06
|\|
| * cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-03-05
| * Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-05
| * amrnb/amrwb: Remove get_bits usage.Alex Converse2012-03-05
| * cosmetics: reindentJustin Ruggles2012-03-05
| * avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-05
| * avformat: do not fill-in audio packet duration in compute_pkt_fields()Justin Ruggles2012-03-05
| * lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()Justin Ruggles2012-03-05
| * dca_parser: parse the sample rate and frame durationsJustin Ruggles2012-03-05
| * libspeexdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
| * libopencore-amr: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
| * alsdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
| * siff: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
| * amr demuxer: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-05