12638 Commits (d5f187fd3355ec6d4922d8479930c10d1b6f9ebf)

Author SHA1 Message Date
James Zern 9d845ca40c Avoid rollover in settings conversion. 14 years ago
Stefano Sabatini 4ba22e044b Fix avpicture_alloc(), which was aligning the linesizes with 0 and thus 14 years ago
Michael Niedermayer b276854d06 Fix indention of one forgotten line in ffv1.c 14 years ago
Justin Ruggles 92b818eb9e cosmetics: vertical alignment after last commit 14 years ago
Michael Chinen 7edbd5361c flac_parser: only buffer the estimated amount of input needed. 14 years ago
Michael Chinen 97f7fe687a Make FLAC parser return frames when it has the required amount 14 years ago
Stefano Sabatini c61cdd0afb Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from 14 years ago
Stefano Sabatini 6d34323ee6 Make avpicture_alloc() return meaningful values. 14 years ago
Stefano Sabatini 0141163d6a Reindent. 14 years ago
Stefano Sabatini e74929e8bb Use av_image_alloc() in avpicture_alloc(), simplify. 14 years ago
Michael Chinen a4151444bd Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. 14 years ago
Michael Chinen 60a684939a Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLAC 14 years ago
Michael Chinen 475ae04a27 Add a FLAC parser. 14 years ago
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