summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* Remove final semicolon from some macrosMans Rullgard2011-02-10
* mov: remove stray semicolonMans Rullgard2011-02-10
* asfdec: skip the stream bitrate listAnton Khirnov2011-02-10
* asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov2011-02-09
* asfdec: move DAR list to ASFContextAnton Khirnov2011-02-09
* udp: Enable address reuse by default for multicastDavid Fries2011-02-09
* asfdec: remove some write-only values from the contextAnton Khirnov2011-02-09
* asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-09
* mpegts: remove unused macro MAX_SCAN_PACKETSVladimir Pantelic2011-02-09
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-09
* asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-09
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-08
* lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula2011-02-08
* lavf: update ff_probe_input_buffer documentationAnssi Hannula2011-02-08
* oggdec: Fix incorrect assumption about header/data interleavingReimar Döffinger2011-02-08
* matroskadec: add generic element length validation.Reimar Döffinger2011-02-06
* Fix compile warning.Ronald S. Bultje2011-02-06
* avidec: simplify read_gab2_subAnton Khirnov2011-02-06
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-06
* Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger2011-02-06
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-06
* pass QDMC extradata to the decoderSascha Sommer2011-02-06
* Update MINOR and set git rev for non-blocking flag API addition.Ronald S. Bultje2011-02-06
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* Non-blocking protocol: TCPNicolas George2011-02-05
* Non-blocking protocol: core wrapper functionsNicolas George2011-02-05
* Non-blocking protocols: flag and documentationNicolas George2011-02-05
* mp3enc: write ISO8859-1 instead of UTF-16 when possibleAnton Khirnov2011-02-05
* reindent after last commitPeter Ross2011-02-05
* wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...Peter Ross2011-02-05
* applehttp: Handle absolute paths relative to the current serverMartin Storsjö2011-02-04
* movenchint: Use rtpenc_chain for setting up the chained RTP muxerMartin Storsjö2011-02-04
* rtpenc_chain: Don't copy the time_base back to the callerMartin Storsjö2011-02-04
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-04
* libavformat: Add a function for freeing an AVFormatContextMartin Storsjö2011-02-04
* libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-04
* Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-04
* add ff_index_search_timestamp and ff_add_index_entryPeter Ross2011-02-03
* TCP: factor the poll() callNicolas George2011-02-03
* wtv: filesystem implementationPeter Ross2011-02-03
* tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.Anton Khirnov2011-02-03
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-03
* sapenc: Free AVStream->info on cleanupMartin Storsjö2011-02-03
* rtmpproto: rename URLContext* argument in rtmp_write()Anton Khirnov2011-02-03
* Add ProRes FOURCCs to isom.cTomas Härdin2011-02-03
* Add AVC-Intra identifiers used by Flip4Mac for mov filesBenjamin Larsson2011-02-03
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
* Free AVStream->info in chained muxersMartin Storsjö2011-02-03
* rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö2011-02-03
* Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-02