summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* adx: add an adx muxerJustin Ruggles2012-01-033-1/+14
* adx: add AVFMT_GENERIC_INDEX to demuxer flags.Justin Ruggles2012-01-031-0/+1
* lavf: flush decoders in avformat_find_stream_info().Anton Khirnov2012-01-031-19/+19
* Fix a bunch of typos.Diego Biurrun2012-01-021-1/+1
* Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-021-1/+1
* mpegenc: simplify muxrate calculationJanne Grunau2012-01-021-1/+1
* rawdec: Set start_time to 0 for raw audio files.Reimar Döffinger2012-01-011-0/+1
* Detect 'yuv2' as rawvideo also in avi.Carl Eugen Hoyos2012-01-011-0/+1
* threads: default to automatic thread count detectionJanne Grunau2011-12-311-4/+15
* applehttpproto: Apply the same reload interval changes as for the demuxerAndrey Utkin2011-12-291-2/+12
* applehttp: Use half the target duration as interval if the playlist didn't up...Martin Storsjö2011-12-291-3/+8
* applehttp: Use the last segment duration as reload intervalAndrey Utkin2011-12-291-4/+8
* mpegts: adjustable minimum PES payloadJindřich Makovička2011-12-281-9/+26
* mpegts: properly output large audio packetsJindřich Makovička2011-12-281-4/+12
* avformat: Add SMJPEG demuxer.Paul B Mahol2011-12-284-1/+190
* build: fix standalone compilation of OMA muxerDiego Biurrun2011-12-231-1/+1
* build: fix standalone compilation of Microsoft XMV demuxerDiego Biurrun2011-12-231-1/+1
* build: fix standalone compilation of Core Audio Format demuxerDiego Biurrun2011-12-231-1/+2
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-212-2/+64
* asfdec: add side data to ASFStream packet instead of output packet.Justin Ruggles2011-12-211-1/+1
* idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur.Justin Ruggles2011-12-211-13/+14
* flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö2011-12-211-6/+25
* libavformat: Add a utility function for adding parameter change side dataMartin Storsjö2011-12-212-0/+51
* flvdec: Export new AAC/H.264 extradata as side data on the next packetMartin Storsjö2011-12-211-0/+39
* flacdec: skip all track indices at once instead of looping.Paul B Mahol2011-12-211-3/+2
* mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin2011-12-211-0/+1
* mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin2011-12-211-2/+2
* mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.Daniel Kristjansson2011-12-211-0/+4
* mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier2011-12-211-0/+1
* network: properly declare WSADATA in windowsSergey Radionov2011-12-211-1/+4
* nut: support 10bit YUVLuca Barbato2011-12-211-0/+6
* oma: make header compile standaloneDiego Biurrun2011-12-201-1/+6
* mpegts: Suppress invalid timebase warnings on DMB streams.Alex Converse2011-12-201-1/+2
* mpegts: Fix typo in handling sections in the PMT.Alex Converse2011-12-201-1/+1
* mpegts: rename payload_index to payload_sizeLuca Barbato2011-12-191-9/+9
* segment: introduce segmented chain muxerLuca Barbato2011-12-193-0/+275
* lavf: force threads to 1 in avformat_find_stream_info()Anton Khirnov2011-12-181-0/+5
* lavf: add OpenMG audio muxer.Michael Karcher2011-12-184-2/+108
* omadec: split data that will be used in the muxer to a separate file.Anton Khirnov2011-12-184-24/+78
* lavf: rename oma.c -> omadec.cAnton Khirnov2011-12-182-1/+1
* mpegts: replace some magic numbers with the existing defineVladimir Pantelic2011-12-161-3/+3
* movenc: Rudimentary IODs support.Alex Converse2011-12-152-11/+31
* flvenc: Support muxing 16 kHz nellymoserMartin Storsjö2011-12-151-0/+3
* westwood: Make sure audio header info is present when parsing audio packetsShitiz Garg2011-12-151-0/+5
* applehttp: Properly clean up if unable to probe a segmentMartin Storsjö2011-12-141-1/+8
* applehttp: Avoid reading uninitialized memoryMartin Storsjö2011-12-141-1/+1
* v410 encoder and decoderDerek Buitenhuis2011-12-132-0/+2
* lavf: dealloc private options in av_write_trailerLuca Barbato2011-12-131-1/+1
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-131-2/+0
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-124-8/+8
OpenPOWER on IntegriCloud