12825 Commits (d381249bb86d5a4b1a99bb292a7aed034d6d12de)

Author SHA1 Message Date
Justin Ruggles ed4e1e5833 cosmetics: line wrap after last commit 14 years ago
Michael Chinen 3c795698d0 Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used 14 years ago
Michael Chinen 71b6fc216c Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them in 14 years ago
Michael Chinen 7f4e432148 Check validity of the frame sync code in ff_flac_decode_frame_header(). 14 years ago
Michael Chinen 625daac4bd Move decode_frame_header() from flacdec.c to flac.c/h to share with the 14 years ago
Jason Garrett-Glaser 3cf8db9447 Add fullrange support to libx264.c x264 interface 14 years ago
Sprezz efd63823e6 alsdec: Correct the ALS decoder by storing some parameters per-channel rather 14 years ago
Baptiste Coudurier 90f1f3bf00 In yadif filter, declare asm constants directly to avoid dependency on libavcodec 14 years ago
Stefano Sabatini 16cfc96124 Add CODEC_CAP_NEG_LINESIZES. 14 years ago
Stefano Sabatini 1c3b408f88 Add forgotten deprecation to avcodec_pix_fmt_string(). 14 years ago
Baptiste Coudurier 9e95999e2a 10l, add ff_pw_1 to dsputil_mmx for yadif sse2 14 years ago
Stefano Sabatini bb4afa13dd Deprecate avcodec_pix_fmt_string() in favor of 14 years ago
Michael Niedermayer e75229faae Try to improve reordered_opaque doxy. 14 years ago
Michael Niedermayer df59c9c0f8 Detect incorrect padding with wrong stuffing codes used by NEC N-02B. 14 years ago
Bobby Bingham 23b8342af4 Count non-header data towards intra block bit count in MJPEG encoder 14 years ago
Michael Niedermayer 372c3f82b7 Change the argument of memory allocation functions from unsigned int to size_t 14 years ago
Martin Storsjö c6fe83a3e0 g722: Add a trellis encoder 14 years ago
avcoder 1761272ba9 Use SECTION .text for yasm code. 14 years ago
Martin Storsjö cfff297d98 adpcm: Skip samples whose ssd calculation has wrapped around 14 years ago
Aurelien Jacobs 4ab4d65f35 ensure the ASS string in AVSubtitleRect is 0 terminated 14 years ago
Anatoly Nenashev 9d09ebf1ed Mobotix .mxg demuxer 14 years ago
Reimar Döffinger 782f69e8a5 Fix memleak: free palette data on close. 14 years ago
Reimar Döffinger 097ea6db27 100l, fix missing decrement on split PGS packets. 14 years ago
Baptiste Coudurier 9d252137e5 In h264 decoder, fix decoding when nal end sequence is present 14 years ago
Reimar Döffinger 6b133d7e9c Fail RLE decoding if insufficient data for a complete bitmap was decoded. 14 years ago
Mark Goodman 83cd91122a Support PGS subtitles with RLE data split over mutiple packets. 14 years ago
Ramiro Polla 8f190d8b83 fix pointer truncation to int in avpicture_layout() 14 years ago
Stefano Sabatini d2cbdb17b5 Re-implement avpicture_layout() using pixdesc and imgutils API. 14 years ago
Stefano Sabatini 6a269f35ee Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string(). 14 years ago
Kostya Shishkov 7d3829a87a Musepack SV8 supports "mono" files (though it still codes them as stereo), 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago
Stefano Sabatini d6e602536c Remove declaration of function: 14 years ago
Stefano Sabatini 176a6157c0 Move audio channel API from libavcodec to libavcore. 14 years ago
Reimar Döffinger 18d761a1b1 Fix indentation. 14 years ago
Reimar Döffinger 3354b05187 Add explanation and alternative implementation for strange xan 14 years ago
Reimar Döffinger 24ae353dfb WC3/xan: move palette handling to decoder, avoiding need for 14 years ago
Reimar Döffinger a08d918e68 Add a av_grow_packet function, to be used by code that merges 14 years ago
Martin Storsjö 1a68e7ed15 adpcm: Fix a comment in the trellis heap code 14 years ago
Martin Storsjö 78f9d35c9a adpcm: Only increment heap_pos after finding a good enough sample 14 years ago
Martin Storsjö d764e3ece9 adpcm: Use a hash table to improve checking for duplicate samples 14 years ago
Baptiste Coudurier 47d2ddca80 Fix qdm2 decoder packet handling to match the api 14 years ago
Stefano Sabatini 5878d5bda3 Order matters, fix test files linking. 14 years ago
Baptiste Coudurier 9d9c3e1a70 Make DNxHD encoder produce files that are strictly VC-3 compatible 14 years ago
Kostya Shishkov f3d77632d7 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at the 14 years ago
Aurelien Jacobs c99f9b0ac7 minor bump and Changelog entry for r25747 14 years ago
Aurelien Jacobs c716f91757 minor bump and APIchanges for r25745 14 years ago
Martin Storsjö 86abf868ec adpcm: Fix a comment 14 years ago
Aurelien Jacobs 5952be07dc add missing files in previous commit (ASS encoder and decoder) 14 years ago
Aurelien Jacobs e9c098dbaa add ASS encoder and decoder 14 years ago
Aurelien Jacobs cb2c971d91 allow passing subtitles header between decoder and encoder 14 years ago