20200 Commits (3198f6187a0b659a1bc4678270a93c9942fc2a0f)
 

Author SHA1 Message Date
Baptiste Coudurier 6a63ff19b6 check stream existence before assignment, fix #1222 15 years ago
Haruhiko Yamagata 2722c3a30d Fix H.264 picture reordering, 2nd try. 15 years ago
Brian Crowell ce9dd8f509 Make documentation better match the code. Now AVCodecContext.sample_fmt 15 years ago
Peter Holik 7995ed8e69 Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). 15 years ago
Kostya Shishkov 74a30595b2 Edge emulation should be used in B-frame MC in mspel mode with 15 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 15 years ago
Stefano Sabatini 2795e3573d Consistently rename variables denoting regression reference file(s) 15 years ago
Stefano Sabatini 1c2744d139 Export av_strtod() to eval.h. 15 years ago
Ronald S. Bultje b394438e8a Document making AVFormatContext.packet_size unsigned API change. 15 years ago
Ronald S. Bultje 92400be255 Change packet_size from signed to unsigned, since it never has a negative 15 years ago
Stefano Sabatini e877eaacf3 Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name 15 years ago
Justin Ruggles 87b4dd3b96 oggenc: Change error log text. An error here does not necessarily mean 15 years ago
Justin Ruggles 3f2eadf4fe oggenc: return error value from ogg_build_flac_headers() 15 years ago
Justin Ruggles 4315aa8b05 cosmetics: spacing and comments 15 years ago
Justin Ruggles e9a32230c3 oggenc: check for failed av_mallocz() 15 years ago
Baptiste Coudurier b27758bc02 Fetch timestamp for the first frame of field only if frame_offset and 15 years ago
Baptiste Coudurier f356fc5799 clarify encoder and decoder opening error messages 15 years ago
Carl Eugen Hoyos a481293f13 Revert unintended hunk of r19241. 15 years ago
Carl Eugen Hoyos df028e8c6a Revert r19239: It broke four conformance tests. 15 years ago
Vladimir Voroshilov 630c97ff4b Convertion of LSF values to coefficients of linear prediction filter 15 years ago
Haruhiko Yamagata 6ee0eb38c0 Fix H.264 picture reordering. 15 years ago
Carl Eugen Hoyos 1efe9fd5c0 Fix indentation after last commit. 15 years ago
Yoshihisa Uchida d8b2d83473 Fix yamaha adpcm stereo (issue 1117). 15 years ago
Yoshihisa Uchida 3f3f3ba799 Fix onMetaData property count in flv files (issue 1206). 15 years ago
Sascha Sommer 4c7615c40e Make remaining run level decode comments doxygen comments 15 years ago
Sascha Sommer 4df8bdeef3 Simplify run level decoding: 15 years ago
Sascha Sommer 4d67e067e2 Fix indentation after the previous commit 15 years ago
Sascha Sommer 891bd2e5aa Add support for escape coded wmapro run level coefficients 15 years ago
Sascha Sommer 9970c61b4b Introduce WMACoef typedef for decoded coefficients 15 years ago
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