5356 Commits (67e362ca457f6e16078673f63f39806121f08ead)

Author SHA1 Message Date
Carl Eugen Hoyos 66ddc150f0 Increase default value for max_analyze_duration, fixes issue 1506, a regression. 15 years ago
Carl Eugen Hoyos 0f87b77176 Use enum instead of integer types where appropriate. 15 years ago
Carl Eugen Hoyos 80454494de Use CODEC_ID_NONE instead of 0 for enum CodecID. 15 years ago
Baptiste Coudurier 609d864611 move code to avoid forward declaration 15 years ago
Baptiste Coudurier b3f9f7a333 Let pmt override stream info when encoutered later in the ts file. 15 years ago
Carl Eugen Hoyos 28f008a9d3 Support some LATM AAC streams (they can be decoded with MPlayer). 15 years ago
Justin Ruggles 1a15ab4920 Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. 15 years ago
Baptiste Coudurier a4cb56aaf4 change \0xa9enc tag metadata name to encoder to match id3v2 15 years ago
Kostya Shishkov 0d32307dd2 10l: WavPack demuxer forgot to seek back to initial position after block 15 years ago
Gordon Irlam 9cad7e2193 Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam 15 years ago
Baptiste Coudurier bddc2df52e 10l, typo 15 years ago
Kostya Shishkov 7aa2d42db6 If custom sampling rate is set in WavPack file, parse first block to find 15 years ago
Kostya Shishkov aa926a480f Initialize block_parsed before reading first block header in WavPack demuxer, 15 years ago
Baptiste Coudurier c2564699bf do not redundantly set stream nb_frames, it's already set in read_stts 15 years ago
Baptiste Coudurier e745272196 compute dts shift with ctts value, cslg atom might be missing, fix #419 15 years ago
Baptiste Coudurier fedb1eca07 check that duration is set to avoid fpe 15 years ago
Baptiste Coudurier 507330b9d3 warn if stream timescale is not set and set it to 1 to avoid FPE 15 years ago
Reynaldo H. Verdejo Pinochet 87e76ae0bd Corrects two typos 15 years ago
Reynaldo H. Verdejo Pinochet a8e1cbaf18 Decrement probe score at unsuported bpp 15 years ago
Baptiste Coudurier 55d2e32a40 fix \0xa9wrt metadata, to composer, fix issue #1501 15 years ago
Andrew Wason 42022e0362 add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov 15 years ago
Ben Littler e47ca4f798 map VYUY fourcc to rawcodec 15 years ago
Justin Ruggles dee34af4d6 Set the sample format for Smacker audio in the decoder rather than in the 15 years ago
Baptiste Coudurier 050ba6f45e print packet duration when debugging timestamps 15 years ago
Francesco Lavra e58992e41f Support demuxing teletext in DVB streams. 15 years ago
Ben Littler 13547dd11f add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi 15 years ago
Ben Littler 9853bbb21a add some raw codec fourccs, fixes: 15 years ago
Luca Barbato 7549632bda rtsp_close_streams frees the auth_b64 line already 15 years ago
Luca Barbato d243ba30b8 Support 3xx redirection in rtsp 15 years ago
haim alon c5898e8623 compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at gmail dot com 15 years ago
Luca Barbato 921da21745 Just remove params understood by the demuxer 15 years ago
Luca Barbato 7541f32edd Suppress ?params in the rtsp uri 15 years ago
Luca Barbato 224b44957b Use sdp c= line if the rtsp Transport line doesn't have a destination 15 years ago
Diego Biurrun 76e6e9c330 Remove ancient redir demuxer. 15 years ago
Michael Niedermayer df84d7d9bd Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis. 15 years ago
Michael Niedermayer 83a4d356ef Support non interleaved avi files that have 0<size<sample_size. 15 years ago
Samuli Valo c671ac40f5 Fixes detection and error reporting of non-existing files in img2.c. 15 years ago
Ramiro Polla a3faf694a2 Add comment on #endif about condition that triggers it. 15 years ago
Daniel Verkamp 61ee504517 Seek function for TMV 15 years ago
Daniel Verkamp 0319ba5e12 Parenthesize correctly in TMV probe 15 years ago
tralph11@yahoo.com 711e69a730 Improve sofdec dectection to avoid false positives for MP2. 15 years ago
Benoit Fouet 08580cb05a Make url_resetbuf() assert on wrong flags passed and make it static on next 15 years ago
Diego Biurrun 0cd0a22488 Move function that is only used by the MP3 muxer below the corresponding #if. 15 years ago
Diego Biurrun ff06d76acd Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32. 15 years ago
Diego Biurrun cd69fa69c5 The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency. 15 years ago
Diego Biurrun 6f571d89c1 Remove some duplicate object dependencies for the RTSP demuxer. 15 years ago
Diego Biurrun 47e9f6217d Add missing rdt.o dependency for SDP demuxer. 15 years ago
Baptiste Coudurier 72017ea1dc check stream index validity in av_program_add_stream_index 15 years ago
Baptiste Coudurier 8425cecacc request mp3 frame_size to be set in has_codec_parameters, fix issue #1314 15 years ago
Baptiste Coudurier f2c061ec0f reindent after commit 15 years ago