summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-205-16/+39
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-206-8/+34
* oggdec: output correct timestamps for VorbisJustin Ruggles2012-03-202-3/+82
* avconv: pass input stream timestamps to audio encodersJustin Ruggles2012-03-206-740/+741
* lavc: shrink encoded audio packet size after encoding.Justin Ruggles2012-03-201-1/+8
* xa: set correct bit rateJustin Ruggles2012-03-201-0/+3
* xa: do not set bit_rate, block_align, or bits_per_coded_sampleJustin Ruggles2012-03-201-4/+3
* xa: fix end-of-file handlingJustin Ruggles2012-03-201-2/+2
* xa: fix timestamp calculationJustin Ruggles2012-03-202-34/+32
* bink: fix typo in FFALIGN() argumentKostya Shishkov2012-03-201-1/+1
* bink: align plane width to 8 when calculating bundle sizesKostya Shishkov2012-03-201-0/+2
* doc: pass -Idoc texi2html and texi2podMans Rullgard2012-03-201-2/+2
* doc: texi2pod: add -I flagMans Rullgard2012-03-201-8/+11
* movenc: Add a min_frag_duration optionMartin Storsjö2012-03-203-5/+18
* rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxersMartin Storsjö2012-03-202-5/+6
* libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-205-2/+13
* Generate manpages for AV{Format,Codec}Context AVOptions.Anton Khirnov2012-03-204-5/+140
* doc/avconv: remove entries for AVOptions.Anton Khirnov2012-03-202-179/+29
* Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-204-407/+458
* lavf: use AVStream.discard to disable queueing attached pictures.Anton Khirnov2012-03-201-1/+2
* lavf: requeue attached pictures after seeking.Anton Khirnov2012-03-201-10/+31
* id3v2: set the keyframe flag on attached pictures.Anton Khirnov2012-03-201-0/+1
* FATE: change fate-maxis-xa to a normal demuxing testPaul B Mahol2012-03-192-2/+32
* FATE: add test for adpcm-ea-maxis-xaPaul B Mahol2012-03-192-0/+34
* vp8: avoid race condition on segment map.Aaron Colwell2012-03-191-1/+1
* fix space type in ChangelogKostya Shishkov2012-03-191-1/+1
* ZeroCodec DecoderDerek Buitenhuis2012-03-199-1/+191
* RealAudio Lossless decoderKostya Shishkov2012-03-1910-1/+10472
* rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö2012-03-192-10/+8
* url: Document the expected behaviour of url_readNicolas George2012-03-191-0/+13
* libavformat: Use AVFormatContext.probesize in init_inputMartin Storsjö2012-03-191-2/+2
* docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö2012-03-191-1/+1
* cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö2012-03-193-9/+9
* zmbv: check decompress resultKostya Shishkov2012-03-191-1/+5
* zmbv: correct indentationKostya Shishkov2012-03-191-23/+23
* adpcm: convert adpcm_thp to bytestream2.Ronald S. Bultje2012-03-181-19/+17
* adpcm: convert adpcm_yamaha to bytestream2.Ronald S. Bultje2012-03-181-2/+2
* adpcm: convert adpcm_swf to bytestream2.Ronald S. Bultje2012-03-181-56/+61
* adpcm: convert adpcm_sbpro to bytestream2.Ronald S. Bultje2012-03-181-14/+17
* adpcm: convert adpcm_ct to bytestream2.Ronald S. Bultje2012-03-181-2/+2
* adpcm: convert adpcm_ima_amv/smjpeg to bytestream2.Ronald S. Bultje2012-03-181-16/+22
* adpcm: convert adpcm_ea_xas to bytestream2.Ronald S. Bultje2012-03-181-6/+10
* adpcm: convert adpcm_ea_r1/2/3 to bytestream2.Ronald S. Bultje2012-03-181-33/+28
* adpcm: convert ea_maxis_xa to bytestream2.Ronald S. Bultje2012-03-181-8/+10
* adpcm: convert adpcm_ea to bytestream2.Ronald S. Bultje2012-03-181-29/+24
* adpcm convert adpcm_ima_ea_sead to bytestream2.Ronald S. Bultje2012-03-181-3/+4
* adpcm: convert adpcm_ima_ea_eacs to bytestream2.Ronald S. Bultje2012-03-181-13/+17
* adpcm: convert adpcm_xa to bytestream2.Ronald S. Bultje2012-03-181-6/+5
* adpcm: convert ima_ws to bytestream2.Ronald S. Bultje2012-03-181-17/+18
* adpcm: convert adpcm_ima_apc to bytestream2.Ronald S. Bultje2012-03-181-2/+2