242 Commits (62eca2f827d441f52125191fd78c96b67a7ba30c)

Author SHA1 Message Date
Michael Niedermayer ff03df6475 avformat/mpeg: Use av_find_input_format() instead of directly linking to the demuxer 10 years ago
Michael Niedermayer 4641ae352e avformat: Add and use ff_copy_whitelists() 10 years ago
Michael Niedermayer ad83cfec5a avformat/mpeg: Forward whitelists to the mpegps demuxer 10 years ago
Clément Bœsch d86cf4a91d avformat/vobsub: fix NULL dereference 10 years ago
Michael Niedermayer f7bbe0f414 avformat/mpeg: update comment on probe score 10 years ago
Michael Niedermayer 5109ce2017 avformat/mpeg: increase score for short mpeg-ps by 1 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Clément Bœsch cba92a2226 avformat/vobsub: do not create empty streams. 11 years ago
Clément Bœsch b7dd250b75 avformat/vobsub: use av_make_q(). 11 years ago
Clément Bœsch 6a3a7d7af1 avformat/vobsub: remove pointless FAIL macro. 11 years ago
Tanja Batchelor 5b8f0a5eac mpeg: K&R formatting cosmetics 11 years ago
Carl Eugen Hoyos af7562a035 Ignore es_map_length when parsing mpeg program stream map. 11 years ago
Carl Eugen Hoyos 4ba90392bc Support AC-3 in Sega Dreamcast Sofdec files. 11 years ago
Clément Bœsch 4189fe11ff avformat/vobsub: fix invalid sub queue access while seeking. 11 years ago
Clément Bœsch d4dc673455 avformat/vobsub: raise packet even if apparently incomplete. 11 years ago
Clément Bœsch dbfe61100b avformat/vobsub: fix several issues. 11 years ago
Clément Bœsch f8678dcef3 avformat/vobsub: fix seeking. 11 years ago
Christian Schmidt a42e3a6700 pcm_dvd: consolidate pieces from pcm.c and mpeg.c 11 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
James Almer 89388a953a Replace all occurrences of PRI in sscanf() calls with SCN 12 years ago
Carl Eugen Hoyos 92a9a3020d Support pcm_mulaw in Hikvision CCTV mpeg program streams. 12 years ago
Nicolas George cdd78a65f4 lavf/vobsub: free index pseudo-packet. 12 years ago
Richard 9cde9f70ab mpeg: Add passing DVD navigation packets (startcode 0x1bf) to caller to allow better playback handling of DVDs. 12 years ago
Michael Niedermayer c071b00643 mpeg12demux: Fallback to startcode for stream type identification. 12 years ago
Carl Eugen Hoyos ad406f7e40 Only skip MLP header in mpeg files if the codec actually is MLP. 12 years ago
Clément Bœsch 5a2f3f0bca lavf/vobsub: do not count trailing NUL char in extradata. 12 years ago
Michael Niedermayer c3cb338955 mpegps_probe: make buffer related pointers const 12 years ago
Michael Niedermayer e9c4f36c52 lavf/mpeg: suppress warning: lpcm_header_len may be used uninitialized in this function 12 years ago
Clément Bœsch 710c4baf52 lavf: VobSub demuxer. 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 759901f817 mpegdemux: support MLP/AOB 12 years ago
Michael Niedermayer ce7cf600be mpegdemux: move private stream 1 handling out of mpegps_read_pes_header 12 years ago
Michael Niedermayer afa6afcc9f mpegdemux: remove redundant dvd audio code 12 years ago
Michael Niedermayer 31d8261cde mpegprobe: fix misdetection of mp3 12 years ago
Michael Niedermayer 00ddf62078 mpegdemux: Fix probing of unrecognized_mpeg_video.mpg 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Diego Biurrun 20d569dd61 mpeg: remove disabled code 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Diego Biurrun c88ebdb42c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Alex Converse 98ef887a75 mpegps: Use av_get_packet() instead of poorly emulating it. 13 years ago
Michael Niedermayer 955113e31b mpegps: drop incorrect line of sofdec detection 13 years ago
Alex Converse fe21f78d2b mpeg probe: check the 2/4-bit synchronization value found after a pack_start_code. 13 years ago
Alex Converse 9fba8ebe0a mpegps: Handle buffer exhaustion when reading packets. 13 years ago
Arne de Bruijn b2f230e23d mpegpsdec: fix reading first mpegps packet 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Diego Biurrun 919d7a345a Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. 14 years ago