summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge libavcore into libavutilReinhard Tartler2011-02-156-6/+6
* fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko2011-02-151-63/+48
* mpegtsenc: whitespace cosmeticsMans Rullgard2011-02-141-1/+1
* mpegtsenc: set audio_type according to st->dispositionAnssi Hannula2011-02-141-0/+7
* mpegts: set st->disposition according to ISO 639 language descriptorAnssi Hannula2011-02-141-0/+5
* lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula2011-02-143-1/+4
* mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje2011-02-141-2/+1
* asfdec: fix build for big endian targetsMans Rullgard2011-02-131-0/+1
* wtv: ignore empty data_guid chunksPeter Ross2011-02-131-1/+1
* asfdec: don't export empty metadataAnton Khirnov2011-02-131-1/+2
* asfdec: split reading stream properties out of asf_read_header()Anton Khirnov2011-02-131-176/+186
* mmst: print packet type with error status code messageFrancesco Cosoleto2011-02-131-1/+1
* lavf: print stream disposition in dump_stream_formatAnssi Hannula2011-02-131-0/+18
* spdifenc: fix byte order on big-endian systemsAnssi Hannula2011-02-131-6/+20
* spdifenc: IEC 61937 encapsulation of DTS-HD for HDMIAnssi Hannula2011-02-132-1/+149
* movenc: Force first sample as SYNCTakashi Mochizuki2011-02-131-1/+2
* rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö2011-02-113-11/+5
* lavf: deprecate AVFormatContext.index_builtAnton Khirnov2011-02-102-1/+6
* asfdec: deobfuscate reading video properties sizeAnton Khirnov2011-02-101-5/+4
* asfdec: split asf_read_header()Anton Khirnov2011-02-101-151/+214
* wtv: mark streams intended for hearing or visual impaired personsPeter Ross2011-02-101-1/+18
* make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIREDPeter Ross2011-02-101-0/+2
* add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIREDPeter Ross2011-02-102-1/+3
* 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