13795 Commits (dbfdb288c1921eeb9fef5bca20eee33da7fcdd71)

Author SHA1 Message Date
  Stefano Sabatini 4ba22e044b Fix avpicture_alloc(), which was aligning the linesizes with 0 and thus 15 years ago
  Michael Niedermayer b276854d06 Fix indention of one forgotten line in ffv1.c 15 years ago
  Justin Ruggles 92b818eb9e cosmetics: vertical alignment after last commit 15 years ago
  Michael Chinen 7edbd5361c flac_parser: only buffer the estimated amount of input needed. 15 years ago
  Michael Chinen 97f7fe687a Make FLAC parser return frames when it has the required amount 15 years ago
  Stefano Sabatini c61cdd0afb Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from 15 years ago
  Stefano Sabatini 6d34323ee6 Make avpicture_alloc() return meaningful values. 15 years ago
  Stefano Sabatini 0141163d6a Reindent. 15 years ago
  Stefano Sabatini e74929e8bb Use av_image_alloc() in avpicture_alloc(), simplify. 15 years ago
  Michael Chinen a4151444bd Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. 15 years ago
  Michael Chinen 60a684939a Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLAC 15 years ago
  Michael Chinen 475ae04a27 Add a FLAC parser. 15 years ago
  Justin Ruggles ed4e1e5833 cosmetics: line wrap after last commit 15 years ago
  Michael Chinen 3c795698d0 Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used 15 years ago
  Michael Chinen 71b6fc216c Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them in 15 years ago
  Michael Chinen 7f4e432148 Check validity of the frame sync code in ff_flac_decode_frame_header(). 15 years ago
  Michael Chinen 625daac4bd Move decode_frame_header() from flacdec.c to flac.c/h to share with the 15 years ago
  Jason Garrett-Glaser 3cf8db9447 Add fullrange support to libx264.c x264 interface 15 years ago
  Sprezz efd63823e6 alsdec: Correct the ALS decoder by storing some parameters per-channel rather 15 years ago
  Baptiste Coudurier 90f1f3bf00 In yadif filter, declare asm constants directly to avoid dependency on libavcodec 15 years ago
  Stefano Sabatini 16cfc96124 Add CODEC_CAP_NEG_LINESIZES. 15 years ago
  Stefano Sabatini 1c3b408f88 Add forgotten deprecation to avcodec_pix_fmt_string(). 15 years ago
  Baptiste Coudurier 9e95999e2a 10l, add ff_pw_1 to dsputil_mmx for yadif sse2 15 years ago
  Stefano Sabatini bb4afa13dd Deprecate avcodec_pix_fmt_string() in favor of 15 years ago
  Michael Niedermayer e75229faae Try to improve reordered_opaque doxy. 15 years ago
  Michael Niedermayer df59c9c0f8 Detect incorrect padding with wrong stuffing codes used by NEC N-02B. 15 years ago
  Bobby Bingham 23b8342af4 Count non-header data towards intra block bit count in MJPEG encoder 15 years ago
  Michael Niedermayer 372c3f82b7 Change the argument of memory allocation functions from unsigned int to size_t 15 years ago
  Martin Storsjö c6fe83a3e0 g722: Add a trellis encoder 15 years ago
  avcoder 1761272ba9 Use SECTION .text for yasm code. 15 years ago
  Martin Storsjö cfff297d98 adpcm: Skip samples whose ssd calculation has wrapped around 15 years ago
  Aurelien Jacobs 4ab4d65f35 ensure the ASS string in AVSubtitleRect is 0 terminated 15 years ago
  Anatoly Nenashev 9d09ebf1ed Mobotix .mxg demuxer 15 years ago
  Reimar Döffinger 782f69e8a5 Fix memleak: free palette data on close. 15 years ago
  Reimar Döffinger 097ea6db27 100l, fix missing decrement on split PGS packets. 15 years ago
  Baptiste Coudurier 9d252137e5 In h264 decoder, fix decoding when nal end sequence is present 15 years ago
  Reimar Döffinger 6b133d7e9c Fail RLE decoding if insufficient data for a complete bitmap was decoded. 15 years ago
  Mark Goodman 83cd91122a Support PGS subtitles with RLE data split over mutiple packets. 15 years ago
  Ramiro Polla 8f190d8b83 fix pointer truncation to int in avpicture_layout() 15 years ago
  Stefano Sabatini d2cbdb17b5 Re-implement avpicture_layout() using pixdesc and imgutils API. 15 years ago
  Stefano Sabatini 6a269f35ee Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string(). 15 years ago
  Kostya Shishkov 7d3829a87a Musepack SV8 supports "mono" files (though it still codes them as stereo), 15 years ago
  Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 15 years ago
  Stefano Sabatini d6e602536c Remove declaration of function: 15 years ago
  Stefano Sabatini 176a6157c0 Move audio channel API from libavcodec to libavcore. 15 years ago
  Reimar Döffinger 18d761a1b1 Fix indentation. 15 years ago
  Reimar Döffinger 3354b05187 Add explanation and alternative implementation for strange xan 15 years ago
  Reimar Döffinger 24ae353dfb WC3/xan: move palette handling to decoder, avoiding need for 15 years ago
  Reimar Döffinger a08d918e68 Add a av_grow_packet function, to be used by code that merges 15 years ago
  Martin Storsjö 1a68e7ed15 adpcm: Fix a comment in the trellis heap code 15 years ago