summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-094-22/+22
* lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula2011-02-092-5/+5
* lavf: update ff_probe_input_buffer documentationAnssi Hannula2011-02-091-1/+1
* oggdec: Fix incorrect assumption about header/data interleavingReimar Döffinger2011-02-091-7/+7
* matroskadec: add generic element length validation.Reimar Döffinger2011-02-091-0/+17
* Fix compile warning.Ronald S. Bultje2011-02-091-1/+1
* avidec: simplify read_gab2_subAnton Khirnov2011-02-091-22/+16
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-095-25/+24
* Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger2011-02-092-8/+12
* pass QDMC extradata to the decoderSascha Sommer2011-02-092-2/+3
* Update MINOR and set git rev for non-blocking flag API addition.Ronald S. Bultje2011-02-061-1/+1
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-063-3/+6
* Non-blocking protocol: TCPNicolas George2011-02-061-36/+11
* Non-blocking protocol: core wrapper functionsNicolas George2011-02-062-14/+19
* Non-blocking protocols: flag and documentationNicolas George2011-02-061-3/+26
* mp3enc: write ISO8859-1 instead of UTF-16 when possibleAnton Khirnov2011-02-061-0/+12
* reindent after last commitPeter Ross2011-02-061-8/+8
* wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...Peter Ross2011-02-061-6/+2
* applehttp: Handle absolute paths relative to the current serverMartin Storsjö2011-02-061-0/+14
* movenchint: Use rtpenc_chain for setting up the chained RTP muxerMartin Storsjö2011-02-062-33/+5
* rtpenc_chain: Don't copy the time_base back to the callerMartin Storsjö2011-02-061-2/+0
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-064-36/+6
* libavformat: Add a function for freeing an AVFormatContextMartin Storsjö2011-02-063-6/+17
* libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-064-9/+12
* Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-061-2/+1
* add ff_index_search_timestamp and ff_add_index_entryPeter Ross2011-02-063-15/+45
* TCP: factor the poll() callNicolas George2011-02-061-10/+18
* wtv: filesystem implementationPeter Ross2011-02-061-78/+564
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-058-16/+12
* tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.Anton Khirnov2011-02-041-1/+1
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-042-7/+7
* sapenc: Free AVStream->info on cleanupMartin Storsjö2011-02-041-0/+1
* rtmpproto: rename URLContext* argument in rtmp_write()Anton Khirnov2011-02-041-2/+2
* Add ProRes FOURCCs to isom.cTomas Härdin2011-02-041-0/+6
* Add AVC-Intra identifiers used by Flip4Mac for mov filesBenjamin Larsson2011-02-041-0/+2
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-042-8/+4
* Free AVStream->info in chained muxersMartin Storsjö2011-02-043-0/+4
* rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö2011-02-042-12/+6
* Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-041-1/+1
* Free the RTSPStreams in ff_rtsp_close_streamsLuca Barbato2011-02-021-0/+1
* Ogg: discard non-essential metadata from Vorbis header when creating extradataReimar Döffinger2011-02-021-2/+10
* Remove pts rescaling code that is useless after 2ff4a2764e5ea74c85b4231bc1105...Reimar Döffinger2011-01-311-4/+1
* Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger2011-01-311-0/+4
* mpegtsenc: fix PMT PID calculationMans Rullgard2011-01-311-1/+1
* Replace defines in libavformat/mpegtsenc.c with AVOptionsGeorgi Chorbadzhiyski2011-01-311-12/+35
* VC1testenc: convert pts values to correct time-base.Reimar Döffinger2011-01-311-0/+1
* 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-312-12/+5
* Replace dprintf with av_dlogLuca Barbato2011-01-3017-140/+140
* mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-302-0/+4
OpenPOWER on IntegriCloud