summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* asf/wtv: use service_provider and service_name metadata tagsRonald S. Bultje2011-01-311-0/+2
* mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk2011-01-302-12/+5
* Replace dprintf with av_dlogLuca Barbato2011-01-2917-140/+140
* Vorbis-in-Ogg: Do not set timebase to invalid valuesReimar Döffinger2011-01-291-3/+7
* mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-282-0/+4
* rtspenc: include os_support.h for system without HAVE_POLL_HDave Yeo2011-01-281-0/+1
* asfdec: ensure that the whole tag is read.Anton Khirnov2011-01-281-4/+5
* os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2011-01-282-3/+1
* Make the image2 demuxer log more verboseStefano Sabatini2011-01-281-1/+3
* In mpegts "reserved_future_use" field must be set to 1 in SDT tableGeorgi Chorbadzhiyski2011-01-281-1/+3
* rtsp: make ff_sdp_parse return value forwardedLuca Barbato2011-01-282-2/+3
* os: replace select with pollLuca Barbato2011-01-288-110/+73
* Hide demuxers', muxers' and protocols' objects via the ld version script.Diego Elio Pettenò2011-01-281-0/+4
* mov: add support for little-endian utf16 chapter namesJohn Stebbins2011-01-281-0/+2
* movenc: byteswap codec_tag in mov_write_ms_tagJanne Grunau2011-01-281-2/+2
* In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports itBaptiste Coudurier2011-01-282-1/+29
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26174-257/+257
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-261-21/+15
* Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"Mans Rullgard2011-01-261-11/+22
* Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-261-1/+0
* mpegtsenc: set reserved bits to 1 in PCR fieldGeorgi Chorbadzhiyski2011-01-261-1/+1
* Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò2011-01-252-23/+18
* Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2011-01-252-8/+4
* Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò2011-01-252-2/+1
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-251-22/+11
* asfdec: remove some commented-out cruftAnton Khirnov2011-01-251-43/+0
* lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-253-20/+41
* ffmetaenc: Use correct format specifiers.Jai Menon2011-01-251-2/+4
* tty: remove superflous #include <strings.h>Mans Rullgard2011-01-251-1/+0
* mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski2011-01-251-2/+0
* avidec: make print_tag() a macro and remove related ifdefsMans Rullgard2011-01-251-19/+12
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-252-2/+1
* Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò2011-01-251-1/+1
* Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2011-01-251-4/+0
* Make dvenc.c functions static to the unit.Diego Elio Pettenò2011-01-252-9/+4
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-243-2/+56
* rtspdec: Move rtsp_read_pause up, next to rtsp_read_playMartin Storsjo2011-01-241-18/+18
* rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo2011-01-241-6/+1
* rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo2011-01-242-22/+43
* rtsp: Make make_setup_request a nonstatic functionMartin Storsjo2011-01-242-2/+9
* applehttp: Fix the key check in handle_variant_argsMartin Storsjö2011-01-241-1/+1
* reindent after last commitKostya2011-01-241-19/+19
* Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-241-16/+108
* mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov2011-01-221-11/+36
* id3v2: split tables for various ID3v2 versionsAnton Khirnov2011-01-223-38/+82
* mp3enc: handle errors in id3v2_put_ttagAnton Khirnov2011-01-221-7/+14
* Move ID3v1 skip from decoder to demuxerClément Bœsch2011-01-221-0/+5
* mp3enc: add support for writing UTF-16 tagsAnton Khirnov2011-01-211-17/+31
* lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-216-23/+27
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-215-6/+27
OpenPOWER on IntegriCloud