summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.Anton Khirnov2011-02-04
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-04
* sapenc: Free AVStream->info on cleanupMartin Storsjö2011-02-04
* rtmpproto: rename URLContext* argument in rtmp_write()Anton Khirnov2011-02-04
* Add ProRes FOURCCs to isom.cTomas Härdin2011-02-04
* Add AVC-Intra identifiers used by Flip4Mac for mov filesBenjamin Larsson2011-02-04
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-04
* Free AVStream->info in chained muxersMartin Storsjö2011-02-04
* rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö2011-02-04
* Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-04
* Free the RTSPStreams in ff_rtsp_close_streamsLuca Barbato2011-02-02
* Ogg: discard non-essential metadata from Vorbis header when creating extradataReimar Döffinger2011-02-02
* Remove pts rescaling code that is useless after 2ff4a2764e5ea74c85b4231bc1105...Reimar Döffinger2011-01-31
* Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger2011-01-31
* mpegtsenc: fix PMT PID calculationMans Rullgard2011-01-31
* Replace defines in libavformat/mpegtsenc.c with AVOptionsGeorgi Chorbadzhiyski2011-01-31
* VC1testenc: convert pts values to correct time-base.Reimar Döffinger2011-01-31
* asf/wtv: use service_provider and service_name metadata tagsRonald S. Bultje2011-01-31
* mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk2011-01-31
* Replace dprintf with av_dlogLuca Barbato2011-01-30
* mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-30
* rtspenc: include os_support.h for system without HAVE_POLL_HDave Yeo2011-01-30
* asfdec: ensure that the whole tag is read.Anton Khirnov2011-01-30
* os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2011-01-30
* Make the image2 demuxer log more verboseStefano Sabatini2011-01-30
* In mpegts "reserved_future_use" field must be set to 1 in SDT tableGeorgi Chorbadzhiyski2011-01-30
* rtsp: make ff_sdp_parse return value forwardedLuca Barbato2011-01-30
* os: replace select with pollLuca Barbato2011-01-30
* Hide demuxers', muxers' and protocols' objects via the ld version script.Diego Elio Pettenò2011-01-30
* VC1testenc: convert pts values to correct time-base.Reimar Döffinger2011-01-29
* Vorbis-in-Ogg: Do not set timebase to invalid valuesReimar Döffinger2011-01-28
* mov: add support for little-endian utf16 chapter namesJohn Stebbins2011-01-28
* movenc: byteswap codec_tag in mov_write_ms_tagJanne Grunau2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-28
* Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"Mans Rullgard2011-01-28
* Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-28
* mpegtsenc: set reserved bits to 1 in PCR fieldGeorgi Chorbadzhiyski2011-01-28
* Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò2011-01-26
* Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2011-01-26
* Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò2011-01-26
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-26
* asfdec: remove some commented-out cruftAnton Khirnov2011-01-26
* lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-26
* ffmetaenc: Use correct format specifiers.Jai Menon2011-01-26
* tty: remove superflous #include <strings.h>Mans Rullgard2011-01-26
* mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski2011-01-26
* avidec: make print_tag() a macro and remove related ifdefsMans Rullgard2011-01-26
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-26
* Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò2011-01-26