summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* MMS: also discover streams in extended stream properties objectMarton Balint2011-02-191-0/+28
* lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-171-2/+2
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-177-59/+35
* Replace remaining uses of parse_date with av_parse_time.Anton Khirnov2011-02-161-2/+3
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-165-252/+17
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-165-6/+26
* rtsp: udp_read_packet returning 0 doesn't mean successMartin Storsjö2011-02-171-1/+1
* spdifenc: set flag AVFMT_NOTIMESTAMPSAnssi Hannula2011-02-161-0/+1
* fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko2011-02-161-1/+1
* Fix av_find_best_stream when using a programBalint Marton2011-02-161-1/+1
* Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger2011-02-161-0/+4
* spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the latest patchJanne Grunau2011-02-161-18/+9
* os_support: fix poll() implementationMax Shakhmetov2011-02-151-1/+1
* 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