summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 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
* aiffdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* mov: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* ape: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-05
* rdt: remove workaround for infinite loop with aacJustin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for CELTJustin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3Justin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for AACJustin Ruggles2012-03-05
* swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* rtpenc: use av_get_audio_frame_duration() for max_frames_per_packetJustin Ruggles2012-03-05
* riffenc: use av_get_audio_frame_duration()Justin Ruggles2012-03-05
* avcodec: add av_get_audio_frame_duration() function.Justin Ruggles2012-03-05
* avcodec: add av_get_exact_bits_per_sample() functionJustin Ruggles2012-03-05
* lavf: deobfuscate read_frame_internal().Anton Khirnov2012-03-05
* lavf: make read_from_packet_buffer() more flexible.Anton Khirnov2012-03-05
* lavf: factorize freeing a packet buffer.Anton Khirnov2012-03-05
* Fix format string vulnerability detected by -Wformat-security.Fabian Greffrath2012-03-05
* dv: Do not redundantly initialize struct members to zero.Diego Biurrun2012-03-05
* x86: clean up ff_dsputil_init_mmx()Mans Rullgard2012-03-05
* cmdutils: use new avcodec_is_decoder/encoder() functions.Anton Khirnov2012-03-04
* lavc: make codec_is_decoder/encoder() public.Anton Khirnov2012-03-04
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-04
* libcdio: add a forgotten AVClass to the private context.Anton Khirnov2012-03-04
* swscale: remove "cpu flags" from -sws_flags description.Ronald S. Bultje2012-03-04
* proresenc: give user a possibility to alter some encoding parametersKostya Shishkov2012-03-04
* vorbisenc: add output buffer overwrite protectionJustin Ruggles2012-03-04
* libopencore-amrnbenc: fix end-of-stream handlingJustin Ruggles2012-03-04
* ra144enc: fix end-of-stream handlingJustin Ruggles2012-03-04
* nellymoserenc: zero any leftover packet bytesJustin Ruggles2012-03-04
* nellymoserenc: use proper MDCT overlap delayJustin Ruggles2012-03-04
* qpeg: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-03-03
* swscale: make %rep unconditional.Ronald S. Bultje2012-03-03
* vp8: convert simple loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-03
* vp8: convert idct x86 assembly to use named arguments.Ronald S. Bultje2012-03-03