9940 Commits (e482c2e2fbae77876ab9b9efb1082ee30dd1aaba)

Author SHA1 Message Date
Reimar Döffinger 643fd8a198 Add a got_picture flag to MJpegDecodeContext which indicates if its picture 16 years ago
Reimar Döffinger b27bf2a7b4 mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. 16 years ago
Alexander Strange e5f61b94a1 H.264: Check the return value of decode_vui_parameters() 16 years ago
Alexander Strange 0410ee8f86 H.264: Don't set data_partitioning for invalid NAL_DPA. 16 years ago
Art Clarke bda1ad1e73 Cleanup properly at the end of MPEG Audio parsing. 16 years ago
Baptiste Coudurier 6be8b20466 Revert r19317, "simplify slice_end, return size of output frame". 16 years ago
Michael Niedermayer fb6ecd7285 indent 16 years ago
Michael Niedermayer 37458d7e1b Make sure we dont read over the end. 16 years ago
Måns Rullgård ec62d942ea Fix potentially unaligned accesses in ff_copy_bits() 16 years ago
Baptiste Coudurier f7f1eb6cc9 simplify slice_end, return size of output frame 16 years ago
Kostya Shishkov 39c601b5e7 RV3/4 intra types array causes alignment issues (at least on ARM5), thus change 16 years ago
Måns Rullgård 4a30fff60d Fix argument type mismatches for av_picture_crop and av_picture_fill 16 years ago
Baptiste Coudurier fb0a835ff4 add missing \n to error message 16 years ago
Måns Rullgård 6816f8b8e4 ADPCM: remove unreachable break statement after return 16 years ago
Jason Garrett-Glaser fe022ce2f8 Fix libx264.c to not drop SEI userdata from x264 encoder. 16 years ago
Reimar Döffinger 8d8409ca9f Fix nalsize check to avoid an integer overflow that made the check 16 years ago
Stefan Gehrer 470de55aa1 fix slice header checking 16 years ago
Michael Niedermayer 822d0a6e0c Drop code that attempts to decode frames that are prefixed by junk. 16 years ago
Kostya Shishkov f3ac96e4d8 Support RGB48 PNG decoding 16 years ago
Michael Niedermayer 2073fc84ff Rewrite mp3 parser. New code is much simpler and does not drop 16 years ago
Ronald S. Bultje 684aa30251 Add doxy to av_log_missing_feature() etc. stating that the function is 16 years ago
Ronald S. Bultje 4811f89bc6 Move av_log_missing_feature() from the internal.h to the public avcodec.h 16 years ago
Ronald S. Bultje ce863d7f36 Rename ff_log_missing_feature() to av_log_missing_feature(). 16 years ago
David Conrad 29024501b7 Revert r19149 "Disable native Vorbis encoder" 16 years ago
Carl Eugen Hoyos a10de6dc4b Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: 16 years ago
Vladimir Voroshilov d266709055 Pitch delay decoding 16 years ago
Vladimir Voroshilov 2b0691349f Replace pitch_delay_int array with single variable. 16 years ago
Stefano Sabatini d171a651db Rewrite doxy for av_strtod(). 16 years ago
Haruhiko Yamagata c173a0881f Improve wording: s/reseted/reset 16 years ago
Vladimir Voroshilov 3c70902bf5 LSF (Line Spectral Frequencies) decoding routine. 16 years ago
Haruhiko Yamagata 2722c3a30d Fix H.264 picture reordering, 2nd try. 16 years ago
Brian Crowell ce9dd8f509 Make documentation better match the code. Now AVCodecContext.sample_fmt 16 years ago
Kostya Shishkov 74a30595b2 Edge emulation should be used in B-frame MC in mspel mode with 16 years ago
Stefano Sabatini 1c2744d139 Export av_strtod() to eval.h. 16 years ago
Stefano Sabatini e877eaacf3 Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name 16 years ago
Baptiste Coudurier b27758bc02 Fetch timestamp for the first frame of field only if frame_offset and 16 years ago
Carl Eugen Hoyos df028e8c6a Revert r19239: It broke four conformance tests. 16 years ago
Vladimir Voroshilov 630c97ff4b Convertion of LSF values to coefficients of linear prediction filter 16 years ago
Haruhiko Yamagata 6ee0eb38c0 Fix H.264 picture reordering. 16 years ago
Carl Eugen Hoyos 1efe9fd5c0 Fix indentation after last commit. 16 years ago
Yoshihisa Uchida d8b2d83473 Fix yamaha adpcm stereo (issue 1117). 16 years ago
Sascha Sommer 4c7615c40e Make remaining run level decode comments doxygen comments 16 years ago
Sascha Sommer 4df8bdeef3 Simplify run level decoding: 16 years ago
Sascha Sommer 4d67e067e2 Fix indentation after the previous commit 16 years ago
Sascha Sommer 891bd2e5aa Add support for escape coded wmapro run level coefficients 16 years ago
Sascha Sommer 9970c61b4b Introduce WMACoef typedef for decoded coefficients 16 years ago
Reimar Döffinger a4276ba2ac Add support for encoding XSUB subtitles. Muxing support is still missing. 16 years ago
Reimar Döffinger 4bbe788ab7 Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder 16 years ago
Vladimir Voroshilov 17dbe25438 G.729 decoding routine (skeleton, including parameters decoding). 16 years ago
Måns Rullgård 2da4e5e3e1 ARM: slightly faster NEON H264 horizontal loop filter 16 years ago