summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* set default subtitle_codec for ass muxerAurelien Jacobs2010-12-041-0/+1
* cosmetic: alignmentAurelien Jacobs2010-12-041-1/+1
* use designated initializer in ASS (de)muxerAurelien Jacobs2010-12-042-18/+16
* mpegtsenc: Improve PCR generation and outputTomas Härdin2010-12-031-24/+30
* skip top-level objects to search for the simple index in ASF filesStefan Gehrer2010-12-031-1/+14
* mpc: read id3v1 tags.Anton Khirnov2010-12-021-0/+3
* Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422).Andrew Wason2010-11-291-0/+1
* Ensure that data_offset is set correctly when there are partialAaron Colwell2010-11-291-2/+20
* Partially revert "Simplify code by using av_metadata_set2()."Anton Khirnov2010-11-291-3/+5
* rtpdec: Remove useless NULL initializations when using designated initializersMartin Storsjö2010-11-293-3/+0
* rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated initiali...Martin Storsjö2010-11-293-21/+21
* In ts demuxer, if pes packet size is < ts packet, honor pes packet and skip p...Baptiste Coudurier2010-11-291-1/+5
* rtsp: Do a forgotten reindentingMartin Storsjö2010-11-281-17/+17
* Add G.722 to RIFF codec listPeter Ross2010-11-281-0/+1
* Increase avformat micro version, forgotten in r25834.Carl Eugen Hoyos2010-11-271-1/+1
* Add copyright notices for the E-AC3 and TrueHD parts of the muxer.Carl Eugen Hoyos2010-11-271-0/+2
* IEC 61937 encapsulation of TrueHD for HDMI passthrough.Anssi Hannula2010-11-271-0/+66
* DV: use data_offset to fix seeking in badly cut files where the firstReimar Döffinger2010-11-271-2/+2
* Mobotix .mxg demuxerAnatoly Nenashev2010-11-264-2/+255
* In mov demuxer, if multiple h264 stsd are present, do not concatenate streams...Baptiste Coudurier2010-11-251-0/+4
* In av_find_stream_info, decode more h264 to get correct delay, issue #2020Baptiste Coudurier2010-11-251-1/+1
* In TS demuxer, create the AVStream during pmt parsing if the pes stream does notStephen D'Angelo2010-11-251-0/+2
* In TS demuxer, keep the pmt filter open to parse all pmt sections,Baptiste Coudurier2010-11-251-2/+2
* avidec: read some of the Nikon specific tags produced by Nikon camerasAurelien Jacobs2010-11-241-0/+38
* avidec: support non-standard creation_time formatAurelien Jacobs2010-11-231-1/+5
* avidec: trivial simplification regarding av_metadata_setAurelien Jacobs2010-11-231-6/+2
* matroskaenc: don't duplicate title informationAnton Khirnov2010-11-231-1/+3
* id3v2: add TDEN<->creation_time tag mappingAnton Khirnov2010-11-231-0/+1
* lavf: document the new creation_time tagAnton Khirnov2010-11-231-1/+2
* Remove some warningsBaptiste Coudurier2010-11-231-2/+2
* 10l, fix memleak, forgot to free mp4_dec_config_descrBaptiste Coudurier2010-11-231-2/+5
* In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier2010-11-235-82/+157
* Unset variable fps for mov and mp4 muxer, they support itBaptiste Coudurier2010-11-231-2/+2
* S/PDIF demuxerAnssi Hannula2010-11-224-2/+239
* movdec: export creation_date as metadataAurelien Jacobs2010-11-211-4/+18
* avidec: export creation_date as metadataAurelien Jacobs2010-11-211-0/+27
* Improve documentation wording.Reimar Döffinger2010-11-211-2/+2
* Fix indentation.Reimar Döffinger2010-11-211-1/+1
* WC3/xan: move palette handling to decoder, avoiding need forReimar Döffinger2010-11-211-98/+18
* Add av_append_packet function, to be used in code that merges packetsReimar Döffinger2010-11-212-1/+31
* Merge rotation into lookup table.Reimar Döffinger2010-11-201-38/+34
* 100l: Fix crash in SPDIF muxer.Carl Eugen Hoyos2010-11-171-0/+1
* Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3.Carl Eugen Hoyos2010-11-171-12/+59
* av_find_stream_info(): set subtitle codec time_baseAurelien Jacobs2010-11-161-1/+2
* In mov demuxer, export .mov encoder metadata tagBaptiste Coudurier2010-11-161-0/+1
* rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö2010-11-153-0/+10
* allow passing subtitles header between decoder and encoderAurelien Jacobs2010-11-131-1/+7
* lavf/utils: use av_{i/o}format_next() instead of first_{i/o}formatAnton Khirnov2010-11-131-8/+6
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-123-3/+3
* Move code to be used by the IEC 61937 demuxer from spifenc.c into commonAnssi Hannula2010-11-104-54/+103
OpenPOWER on IntegriCloud