summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Remove final semicolon from some macrosMans Rullgard2011-02-103-3/+3
* mov: remove stray semicolonMans Rullgard2011-02-101-1/+1
* asfdec: skip the stream bitrate listAnton Khirnov2011-02-101-15/+0
* asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov2011-02-091-5/+2
* asfdec: move DAR list to ASFContextAnton Khirnov2011-02-091-10/+9
* udp: Enable address reuse by default for multicastDavid Fries2011-02-091-2/+15
* asfdec: remove some write-only values from the contextAnton Khirnov2011-02-091-4/+1
* asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-093-58/+66
* mpegts: remove unused macro MAX_SCAN_PACKETSVladimir Pantelic2011-02-091-3/+0
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-091-0/+6
* asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-092-6/+6
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-084-22/+22
* lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula2011-02-082-5/+5
* lavf: update ff_probe_input_buffer documentationAnssi Hannula2011-02-081-1/+1
* oggdec: Fix incorrect assumption about header/data interleavingReimar Döffinger2011-02-081-7/+7
* matroskadec: add generic element length validation.Reimar Döffinger2011-02-061-0/+17
* Fix compile warning.Ronald S. Bultje2011-02-061-1/+1
* avidec: simplify read_gab2_subAnton Khirnov2011-02-061-22/+16
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-065-25/+24
* Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger2011-02-062-8/+12
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-068-16/+12
* pass QDMC extradata to the decoderSascha Sommer2011-02-062-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-051-36/+11
* Non-blocking protocol: core wrapper functionsNicolas George2011-02-052-14/+19
* Non-blocking protocols: flag and documentationNicolas George2011-02-051-3/+26
* mp3enc: write ISO8859-1 instead of UTF-16 when possibleAnton Khirnov2011-02-051-0/+12
* reindent after last commitPeter Ross2011-02-051-8/+8
* wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...Peter Ross2011-02-051-6/+2
* applehttp: Handle absolute paths relative to the current serverMartin Storsjö2011-02-041-0/+14
* movenchint: Use rtpenc_chain for setting up the chained RTP muxerMartin Storsjö2011-02-042-33/+5
* rtpenc_chain: Don't copy the time_base back to the callerMartin Storsjö2011-02-041-2/+0
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-044-36/+6
* libavformat: Add a function for freeing an AVFormatContextMartin Storsjö2011-02-043-6/+17
* libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-044-9/+12
* Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-041-2/+1
* add ff_index_search_timestamp and ff_add_index_entryPeter Ross2011-02-033-15/+45
* TCP: factor the poll() callNicolas George2011-02-031-10/+18
* wtv: filesystem implementationPeter Ross2011-02-031-78/+564
* tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.Anton Khirnov2011-02-031-1/+1
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-032-7/+7
* sapenc: Free AVStream->info on cleanupMartin Storsjö2011-02-031-0/+1
* rtmpproto: rename URLContext* argument in rtmp_write()Anton Khirnov2011-02-031-2/+2
* Add ProRes FOURCCs to isom.cTomas Härdin2011-02-031-0/+6
* Add AVC-Intra identifiers used by Flip4Mac for mov filesBenjamin Larsson2011-02-031-0/+2
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-032-8/+4
* Free AVStream->info in chained muxersMartin Storsjö2011-02-033-0/+4
* rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö2011-02-032-12/+6
* Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-021-1/+1
OpenPOWER on IntegriCloud