summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* build: fix standalone compilation of OMA muxerDiego Biurrun2011-12-23
* build: fix standalone compilation of Microsoft XMV demuxerDiego Biurrun2011-12-23
* build: fix standalone compilation of Core Audio Format demuxerDiego Biurrun2011-12-23
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-21
* asfdec: add side data to ASFStream packet instead of output packet.Justin Ruggles2011-12-21
* idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur.Justin Ruggles2011-12-21
* flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö2011-12-21
* libavformat: Add a utility function for adding parameter change side dataMartin Storsjö2011-12-21
* flvdec: Export new AAC/H.264 extradata as side data on the next packetMartin Storsjö2011-12-21
* flacdec: skip all track indices at once instead of looping.Paul B Mahol2011-12-21
* mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin2011-12-21
* mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin2011-12-21
* mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.Daniel Kristjansson2011-12-21
* mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier2011-12-21
* network: properly declare WSADATA in windowsSergey Radionov2011-12-21
* nut: support 10bit YUVLuca Barbato2011-12-21
* oma: make header compile standaloneDiego Biurrun2011-12-20
* mpegts: Suppress invalid timebase warnings on DMB streams.Alex Converse2011-12-20
* mpegts: Fix typo in handling sections in the PMT.Alex Converse2011-12-20
* mpegts: rename payload_index to payload_sizeLuca Barbato2011-12-19
* segment: introduce segmented chain muxerLuca Barbato2011-12-19
* lavf: force threads to 1 in avformat_find_stream_info()Anton Khirnov2011-12-18
* lavf: add OpenMG audio muxer.Michael Karcher2011-12-18
* omadec: split data that will be used in the muxer to a separate file.Anton Khirnov2011-12-18
* lavf: rename oma.c -> omadec.cAnton Khirnov2011-12-18
* mpegts: replace some magic numbers with the existing defineVladimir Pantelic2011-12-16
* movenc: Rudimentary IODs support.Alex Converse2011-12-15
* flvenc: Support muxing 16 kHz nellymoserMartin Storsjö2011-12-15
* westwood: Make sure audio header info is present when parsing audio packetsShitiz Garg2011-12-15
* applehttp: Properly clean up if unable to probe a segmentMartin Storsjö2011-12-14
* applehttp: Avoid reading uninitialized memoryMartin Storsjö2011-12-14
* v410 encoder and decoderDerek Buitenhuis2011-12-13
* lavf: dealloc private options in av_write_trailerLuca Barbato2011-12-13
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* lavf: add avformat_close_input().Anton Khirnov2011-12-12
* lavf: deprecate av_close_input_stream().Anton Khirnov2011-12-12
* lavf doxy: add some basic demuxing documentation.Anton Khirnov2011-12-12
* lavf doxy: add some general lavf information.Anton Khirnov2011-12-12
* lavf doxy: add misc utility functions to a group.Anton Khirnov2011-12-12
* lavf doxy: add av_guess_codec/format to the encoding group.Anton Khirnov2011-12-12
* lavf doxy: add core functions to a doxy group.Anton Khirnov2011-12-12
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* Remove extraneous semicolonsMans Rullgard2011-12-11
* sdp: Restore the original mp4 format h264 extradata if convertedMartin Storsjö2011-12-11
* rtpenc: Add support for mp4 format h264Luca Abeni2011-12-11
* rtpenc: Simplify code by introducing a separate end pointerMartin Storsjö2011-12-11
* movenc: Use the actual converted sample for RTP hintingMartin Storsjö2011-12-11
* Fix a bunch of common typos.Diego Biurrun2011-12-11