20321 Commits (1aa71e258dff1f63177ac799c63cffc84e56eeff)
 

Author SHA1 Message Date
Jai Menon 9ed3afcb7f Print meaningful error messages when url_fopen fails. 15 years ago
Wolfram Gloger 896f2b3212 add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de 15 years ago
Brian Brice 8a4ea200e1 fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com 15 years ago
Michael Kostylev 28c9f06959 Disable network support if required headers cannot be found. 15 years ago
Eric Buehl 352666c17c Support varying frame sizes in a single file. 15 years ago
Patrick Dehne d52b90bdb4 Add support for id3 tag parsing for ADTS AAC streams 15 years ago
Patrick Dehne 50fcd5be36 Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. 15 years ago
Reimar Döffinger 2a04d6e772 Add support for muxing XSUB subtitles to AVI muxer. 15 years ago
Reimar Döffinger a4276ba2ac Add support for encoding XSUB subtitles. Muxing support is still missing. 15 years ago
Reimar Döffinger 4bbe788ab7 Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder 15 years ago
Stefano Sabatini 97668ac7f3 Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref, 15 years ago
Jason Garrett-Glaser bc7ea1e5cf Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI file. 15 years ago
Vladimir Voroshilov 17dbe25438 G.729 decoding routine (skeleton, including parameters decoding). 15 years ago
Michael Niedermayer 71ee651559 Print why av_find_stream_info() failed, this is a rather common question 15 years ago
Måns Rullgård 2da4e5e3e1 ARM: slightly faster NEON H264 horizontal loop filter 15 years ago
Ronald S. Bultje f4ca612fbd Set restrictions on packet_size, as per ISO-11172 / H-222 specifications 15 years ago
Vitor Sessak fa8c408b26 Do not call rgb2rgbWrapper() for rgb48*, there is no special converter 15 years ago
Benoit Fouet 61ac77f1af Remove a test on an always false condition. 15 years ago
Jason Garrett-Glaser 351653a51e VC-1/WMV: Remove redundant ff_init_block_index() calls. 15 years ago
Alexander Strange 0b389aee4d Add '.mp1' for MP1 audio in MOV/CAF. 15 years ago
Jason Garrett-Glaser b46f18e5d2 Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file. 15 years ago
Art Clarke e1d8d7bb4b Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about 15 years ago
Stefano Sabatini 4c97a6fafa Move opt_loglevel() from ffmpeg.c to cmdutils.c. 15 years ago
Ramiro Polla 77ddf4df94 Make ffmpeg able to set the loglevel option using strings 15 years ago
Alexander Strange d2d5e06735 H.264: Fix memory leaks with multithreading. 15 years ago
Jason Garrett-Glaser 73b02e2460 SSE version of clear_blocks 15 years ago
Jason Garrett-Glaser 010f98f96a VC-1/WMV3 decoding: don't clear blocks unless they're actually used. 15 years ago
Jason Garrett-Glaser 4f717c69ed idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. 15 years ago
Jason Garrett-Glaser 41faa87886 Fix typo in vc1.c, make capitalization in warning/error messages more consistent. 15 years ago
Måns Rullgård 0c3b2d6586 Add "config" make target to rerun configure with old options 15 years ago
Måns Rullgård b04251c5d0 configure: properly quote configure options stored in config.* 15 years ago
Ramiro Polla 7cc8d616aa Fix unaligned accesses by doing bytewise access until aligned, then 15 years ago
Patrick Dehne d9982edfed The AAC demuxer now depends on id3v1.o. 15 years ago
Baptiste Coudurier 53e099de8b check atom size against edit_count to avoid very long loop 15 years ago
Baptiste Coudurier 7060667580 fix probing and demuxing of pond.dv, issue #887 15 years ago
Baptiste Coudurier d310d56a36 do not use av_parser_change for h264 which uses bitstream filter, fix #1027 15 years ago
Måns Rullgård a4ddf509fe regtest: print commands also for image format tests 15 years ago
Måns Rullgård 50f3fabc48 Print error message when output buffer allocation fails 15 years ago
Baptiste Coudurier 2c608fed3a print error when dv frame profile cannot be found 15 years ago
Baptiste Coudurier d509c743b7 check if frame size matches old sys and assumes corrupted input, fixes #1192 15 years ago
Diego Biurrun 90b4f09177 Merge FreeBSD and DragonFlyBSD OS detection sections. 15 years ago
Adam Hoka d6dcfc7f5b Add DragonFlyBSD to the list of supported OSes. 15 years ago
Peter Ross 7d58228055 Initialise MAD decode_block_intra() loop iterator to zero. 15 years ago
Vladimir Voroshilov 94994d8d9a G.729 decoder initialization routine (skeleton) 15 years ago
Vladimir Voroshilov 730c1e4a06 Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, 15 years ago
Justin Ruggles d7bb185f99 Add a VorbisComment metadata conversion table and use it in the FLAC and 15 years ago
Justin Ruggles 7ca1295985 Do not guess the channel layout when getting its string value. 15 years ago
Aurelien Jacobs 4f909c7675 matroskadec: prepend TargetType to metadata key name 15 years ago
Justin Ruggles 0fb6a8b339 Remove the 3-front-channel layout from the list of channel layout 16 years ago
Kostya Shishkov 0d5390b062 Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits). 16 years ago