6938 Commits (71f88b1f3843fdb676d6f72181da0c8c460341d8)

Author SHA1 Message Date
Maksym Veremeyenko d06497f316 fix nsvdec.c compilation if DEBUG defined 14 years ago
Mans Rullgard 2dd1ee4bfe mpegtsenc: whitespace cosmetics 14 years ago
Anssi Hannula 3f2d3a1904 mpegtsenc: set audio_type according to st->disposition 14 years ago
Anssi Hannula 60e7306643 mpegts: set st->disposition according to ISO 639 language descriptor 14 years ago
Anssi Hannula 24a83bd10a lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag 14 years ago
Ronald S. Bultje 275189a2bd mmst: fix reading uninitialized data for ping packets. 14 years ago
Mans Rullgard aabc2682fc asfdec: fix build for big endian targets 14 years ago
Peter Ross 1a973feb45 wtv: ignore empty data_guid chunks 14 years ago
Anton Khirnov 5cbd3b5d91 asfdec: don't export empty metadata 14 years ago
Anton Khirnov 8bf6db1b29 asfdec: split reading stream properties out of asf_read_header() 14 years ago
Francesco Cosoleto 70630e35a4 mmst: print packet type with error status code message 14 years ago
Anssi Hannula 3c33c0e263 lavf: print stream disposition in dump_stream_format 14 years ago
Anssi Hannula 57f2c9aed9 spdifenc: fix byte order on big-endian systems 14 years ago
Anssi Hannula 482d98f69b spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI 14 years ago
Takashi Mochizuki 44b1120724 movenc: Force first sample as SYNC 14 years ago
Martin Storsjö b2dd842d21 rtsp/rdt: Assign the RTSPStream index to AVStream->id 14 years ago
Anton Khirnov b0294c80d3 lavf: deprecate AVFormatContext.index_built 14 years ago
Anton Khirnov 0b1d291a71 asfdec: deobfuscate reading video properties size 14 years ago
Anton Khirnov c1fea23070 asfdec: split asf_read_header() 14 years ago
Peter Ross 68137ba386 wtv: mark streams intended for hearing or visual impaired persons 14 years ago
Peter Ross 5209149157 make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIRED 14 years ago
Peter Ross 12c14cd4a8 add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED 14 years ago
Mans Rullgard 44adbebe17 Remove final semicolon from some macros 14 years ago
Mans Rullgard 628b16f45f mov: remove stray semicolon 14 years ago
Anton Khirnov d7a5106eb2 asfdec: skip the stream bitrate list 14 years ago
Anton Khirnov 7c7253802b asfdec: use an ASFContext array for storing stream bitrates 14 years ago
Anton Khirnov d42b09723e asfdec: move DAR list to ASFContext 14 years ago
David Fries 00952be424 udp: Enable address reuse by default for multicast 14 years ago
Anton Khirnov 569ff02168 asfdec: remove some write-only values from the context 14 years ago
Anton Khirnov 4bc328a2bd asf: split ASFContext into muxer and demuxer parts. 14 years ago
Vladimir Pantelic f4c79d1e0b mpegts: remove unused macro MAX_SCAN_PACKETS 14 years ago
Alexander Strange 37b00b47cb Frame-based multithreading framework using pthreads 14 years ago
Anton Khirnov e4e234fad7 asf: make ff_guidcmp inline and move it to asf.h 14 years ago
Anssi Hannula 3940caad02 lavf: rename ff_probe_input_buffer to make it public 14 years ago
Anssi Hannula aad216fd7e lavf: simplify pb parameter of ff_probe_input_buffer 14 years ago
Anssi Hannula 4d016dd4e5 lavf: update ff_probe_input_buffer documentation 14 years ago
Reimar Döffinger 6bd69e6ada oggdec: Fix incorrect assumption about header/data interleaving 14 years ago
Reimar Döffinger 95ec3d4cac matroskadec: add generic element length validation. 14 years ago
Ronald S. Bultje 69ff149204 Fix compile warning. 14 years ago
Anton Khirnov 47fdf00a77 avidec: simplify read_gab2_sub 14 years ago
Anton Khirnov 19711af5cd lavf: move internal functions from avformat.h to internal.h 14 years ago
Reimar Döffinger b3190529df Make av_set_pts_info keep previous time base if new one is invalid. 14 years ago
Reimar Döffinger a351110eea Always use av_set_pts_info to set the stream time base. 14 years ago
Sascha Sommer ed19fafd48 pass QDMC extradata to the decoder 14 years ago
Ronald S. Bultje efdd67cb00 Update MINOR and set git rev for non-blocking flag API addition. 14 years ago
Anton Khirnov c2fcd0a7a4 Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Nicolas George ad3cffb68f Non-blocking protocol: TCP 14 years ago
Nicolas George 90441276e4 Non-blocking protocol: core wrapper functions 14 years ago
Nicolas George fe174fc8fc Non-blocking protocols: flag and documentation 14 years ago
Anton Khirnov 5a6de4e7e8 mp3enc: write ISO8859-1 instead of UTF-16 when possible 14 years ago