summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* output-example: K&R formatting cosmetics, comment spelling fixesDiego Biurrun2012-03-301-97/+100
* avf: make the example output the proper messageLuca Barbato2012-03-291-2/+2
* avf: fix audio writing in the output-exampleLuca Barbato2012-03-291-1/+1
* mov: don't overwrite existing indexes.Ronald S. Bultje2012-03-291-8/+11
* id3v2: add another mimetype for JPEG imageKostya Shishkov2012-03-291-0/+1
* asf: only set index_read if the index contained entries.Ronald S. Bultje2012-03-281-1/+1
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-289-24/+12
* oggdec: calculate correct timestamps in Ogg/FLACJustin Ruggles2012-03-271-0/+1
* westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-271-63/+71
* westwood_vqa: set video stream durationPaul B Mahol2012-03-271-0/+2
* make av_interleaved_write_frame() flush packets when pkt is NULLJindrich Makovicka2012-03-272-12/+20
* mpegts: Fix dead error checksAlex Converse2012-03-261-6/+12
* build: prettyprinting cosmeticsDiego Biurrun2012-03-261-2/+2
* lavf doxy: expand AVStream.codec doxy.Anton Khirnov2012-03-261-1/+12
* lavf doxy: improve AVStream.time_base doxy.Anton Khirnov2012-03-261-3/+5
* lavf doxy: add some basic documentation about reading from the demuxer.Anton Khirnov2012-03-261-0/+16
* lavf doxy: document passing options to demuxers.Anton Khirnov2012-03-261-0/+41
* lavf doxy: clarify that an AVPacket contains encoded data.Anton Khirnov2012-03-261-2/+2
* mpegtsenc: allow user triggered PES packet flushingJindrich Makovicka2012-03-261-9/+31
* movenc: Merge if statementsMartin Storsjö2012-03-251-5/+2
* avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö2012-03-243-24/+42
* libavformat: Document who sets the AVStream.id fieldMartin Storsjö2012-03-241-1/+6
* xwma: Validate channels and bits_per_coded_sample.Alex Converse2012-03-221-0/+11
* mov: Do not read past the end of the ctts_data table.Alex Converse2012-03-221-1/+1
* mov: Add missing terminator to mov_ch_layout_map_1ch.Alex Converse2012-03-221-0/+1
* asf: reset side data elements on packet copy.Ronald S. Bultje2012-03-221-0/+2
* oggparseogm: fix order of arguments of avpriv_set_pts_info().Michael Niedermayer2012-03-221-1/+1
* aiffdec: set block_duration to 1 for PCM codecs that are supported in AIFF-CJustin Ruggles2012-03-221-0/+7
* aiffdec: factor out handling of integer PCM for AIFF-C and plain AIFFJustin Ruggles2012-03-221-13/+8
* aiffdec: use av_get_audio_frame_duration() to set block_duration for AIFF-CJustin Ruggles2012-03-221-5/+4
* aiffdec: do not set bit rate if block duration is unknownJustin Ruggles2012-03-221-2/+4
* 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-201-2/+81
* 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-201-4/+2
* movenc: Add a min_frag_duration optionMartin Storsjö2012-03-202-5/+11
* rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxersMartin Storsjö2012-03-201-2/+3
* libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-205-2/+13
* Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-202-39/+64
* 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
* ZeroCodec DecoderDerek Buitenhuis2012-03-191-0/+1
* RealAudio Lossless decoderKostya Shishkov2012-03-192-0/+10
* 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
OpenPOWER on IntegriCloud