summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* asfdec: fix build for big endian targetsMans Rullgard2011-02-141-0/+1
* wtv: ignore empty data_guid chunksPeter Ross2011-02-141-1/+1
* asfdec: split reading stream properties out of asf_read_header()Anton Khirnov2011-02-141-176/+186
* mmst: print packet type with error status code messageFrancesco Cosoleto2011-02-141-1/+1
* lavf: print stream disposition in dump_stream_formatAnssi Hannula2011-02-141-0/+18
* spdifenc: fix byte order on big-endian systemsAnssi Hannula2011-02-141-6/+20
* spdifenc: IEC 61937 encapsulation of DTS-HD for HDMIAnssi Hannula2011-02-142-1/+149
* movenc: Force first sample as SYNCTakashi Mochizuki2011-02-141-1/+2
* rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö2011-02-133-11/+5
* lavf: deprecate AVFormatContext.index_builtAnton Khirnov2011-02-132-1/+6
* asfdec: deobfuscate reading video properties sizeAnton Khirnov2011-02-111-5/+4
* asfdec: split asf_read_header()Anton Khirnov2011-02-111-151/+214
* wtv: mark streams intended for hearing or visual impaired personsPeter Ross2011-02-111-1/+18
* make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIREDPeter Ross2011-02-111-0/+2
* add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIREDPeter Ross2011-02-112-1/+3
* Remove final semicolon from some macrosMans Rullgard2011-02-113-3/+3
* mov: remove stray semicolonMans Rullgard2011-02-111-1/+1
* asfdec: skip the stream bitrate listAnton Khirnov2011-02-111-15/+0
* asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov2011-02-111-5/+2
* asfdec: move DAR list to ASFContextAnton Khirnov2011-02-111-10/+9
* udp: Enable address reuse by default for multicastDavid Fries2011-02-111-2/+15
* asfdec: remove some write-only values from the contextAnton Khirnov2011-02-111-4/+1
* asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-113-58/+66
* mpegts: remove unused macro MAX_SCAN_PACKETSVladimir Pantelic2011-02-111-3/+0
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-111-0/+6
* asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-112-6/+6
* 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
OpenPOWER on IntegriCloud