summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* g722enc: use AVCodec.encode2()Justin Ruggles2012-03-20
* flacenc: use AVCodec.encode2()Justin Ruggles2012-03-20
* adpcmenc: update to AVCodec.encode2()Justin Ruggles2012-03-20
* ac3enc: update to AVCodec.encode2()Justin Ruggles2012-03-20
* aacenc: use AVCodec.encode2()Justin Ruggles2012-03-20
* avcodec: add code for a frame queue for use by audio encoders with delayJustin Ruggles2012-03-20
* avconv: free packet in write_frame() when discarding due to frame number limitJustin Ruggles2012-03-20
* FATE: use +/- flag option syntax for vp8 emu-edge testsJustin Ruggles2012-03-20
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-20
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-20
* oggdec: output correct timestamps for VorbisJustin Ruggles2012-03-20
* avconv: pass input stream timestamps to audio encodersJustin Ruggles2012-03-20
* lavc: shrink encoded audio packet size after encoding.Justin Ruggles2012-03-20
* xa: set correct bit rateJustin Ruggles2012-03-20
* xa: do not set bit_rate, block_align, or bits_per_coded_sampleJustin Ruggles2012-03-20
* xa: fix end-of-file handlingJustin Ruggles2012-03-20
* xa: fix timestamp calculationJustin Ruggles2012-03-20
* bink: fix typo in FFALIGN() argumentKostya Shishkov2012-03-20
* bink: align plane width to 8 when calculating bundle sizesKostya Shishkov2012-03-20
* doc: pass -Idoc texi2html and texi2podMans Rullgard2012-03-20
* doc: texi2pod: add -I flagMans Rullgard2012-03-20
* movenc: Add a min_frag_duration optionMartin Storsjö2012-03-20
* rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxersMartin Storsjö2012-03-20
* libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-20
* Generate manpages for AV{Format,Codec}Context AVOptions.Anton Khirnov2012-03-20
* doc/avconv: remove entries for AVOptions.Anton Khirnov2012-03-20
* Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-20
* lavf: use AVStream.discard to disable queueing attached pictures.Anton Khirnov2012-03-20
* lavf: requeue attached pictures after seeking.Anton Khirnov2012-03-20
* id3v2: set the keyframe flag on attached pictures.Anton Khirnov2012-03-20
* FATE: change fate-maxis-xa to a normal demuxing testPaul B Mahol2012-03-19
* FATE: add test for adpcm-ea-maxis-xaPaul B Mahol2012-03-19
* vp8: avoid race condition on segment map.Aaron Colwell2012-03-19
* fix space type in ChangelogKostya Shishkov2012-03-19
* ZeroCodec DecoderDerek Buitenhuis2012-03-19
* RealAudio Lossless decoderKostya Shishkov2012-03-19
* rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö2012-03-19
* url: Document the expected behaviour of url_readNicolas George2012-03-19
* libavformat: Use AVFormatContext.probesize in init_inputMartin Storsjö2012-03-19
* docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö2012-03-19
* cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö2012-03-19
* zmbv: check decompress resultKostya Shishkov2012-03-19
* zmbv: correct indentationKostya Shishkov2012-03-19
* adpcm: convert adpcm_thp to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_yamaha to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_swf to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_sbpro to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_ct to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_ima_amv/smjpeg to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_ea_xas to bytestream2.Ronald S. Bultje2012-03-18