summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2011-01-25
* Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò2011-01-25
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-25
* asfdec: remove some commented-out cruftAnton Khirnov2011-01-25
* lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-25
* ffmetaenc: Use correct format specifiers.Jai Menon2011-01-25
* tty: remove superflous #include <strings.h>Mans Rullgard2011-01-25
* mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski2011-01-25
* avidec: make print_tag() a macro and remove related ifdefsMans Rullgard2011-01-25
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-25
* Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò2011-01-25
* Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2011-01-25
* Make dvenc.c functions static to the unit.Diego Elio Pettenò2011-01-25
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-24
* rtspdec: Move rtsp_read_pause up, next to rtsp_read_playMartin Storsjo2011-01-24
* rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo2011-01-24
* rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo2011-01-24
* rtsp: Make make_setup_request a nonstatic functionMartin Storsjo2011-01-24
* applehttp: Fix the key check in handle_variant_argsMartin Storsjö2011-01-24
* reindent after last commitKostya2011-01-24
* Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-24
* mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov2011-01-22
* id3v2: split tables for various ID3v2 versionsAnton Khirnov2011-01-22
* mp3enc: handle errors in id3v2_put_ttagAnton Khirnov2011-01-22
* Move ID3v1 skip from decoder to demuxerClément Bœsch2011-01-22
* mp3enc: add support for writing UTF-16 tagsAnton Khirnov2011-01-21
* lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-21
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-21
* lavf: move the version macros to a new headerAnton Khirnov2011-01-21
* id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov2011-01-21
* Split mp3 demuxer and muxer into separate files.Anton Khirnov2011-01-21
* mpegtsenc: prefer metadata keyed with "service_name"Janne Grunau2011-01-20
* Set service_provider and service_name in mpegts demuxerGeorgi Chorbadzhiyski2011-01-20
* id3v2: don't overwrite existing tagsAnton Khirnov2011-01-20
* id3v2: convert metadata after all the tags were readAnton Khirnov2011-01-20
* id3v2: make ff_id3v2_parse staticAnton Khirnov2011-01-20
* Add service_provider and service_name metadataGeorgi Chorbadzhiyski2011-01-20
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* Revise check for codec id in voc demuxer.Justin Ruggles2011-01-18
* Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles2011-01-18
* Missing parts of IVF muxer support.Reimar Döffinger2011-01-18
* Add muxer for IVF format.Reimar Döffinger2011-01-17
* prevent integer overflow in calculating durationJohn Wimer2011-01-17
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Check 4xm headers for validity. This should avoid 1/0.Michael Niedermayer2011-01-16
* Parse fact chunks from wav files to find duration.Michael Niedermayer2011-01-15
* Factor tag reading code out of wav read_header()Michael Niedermayer2011-01-15
* Set duration for wav files from sample size and data size or the wf64 sample ...Michael Niedermayer2011-01-15
* In mxf muxer, check the return value of gmtime, fix #2494Baptiste Coudurier2011-01-14
* Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,Ronald S. Bultje2011-01-14