| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid rollover in settings conversion. | James Zern | 2010-12-12 | 1 | -4/+4 |
* | Fix avpicture_alloc(), which was aligning the linesizes with 0 and thus | Stefano Sabatini | 2010-12-12 | 1 | -1/+1 |
* | Fix indention of one forgotten line in ffv1.c | Michael Niedermayer | 2010-12-12 | 1 | -1/+1 |
* | cosmetics: vertical alignment after last commit | Justin Ruggles | 2010-12-12 | 1 | -2/+2 |
* | flac_parser: only buffer the estimated amount of input needed. | Michael Chinen | 2010-12-12 | 1 | -11/+18 |
* | Make FLAC parser return frames when it has the required amount | Michael Chinen | 2010-12-12 | 1 | -1/+15 |
* | Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from | Stefano Sabatini | 2010-12-09 | 1 | -5/+1 |
* | Make avpicture_alloc() return meaningful values. | Stefano Sabatini | 2010-12-08 | 1 | -2/+4 |
* | Reindent. | Stefano Sabatini | 2010-12-08 | 1 | -2/+2 |
* | Use av_image_alloc() in avpicture_alloc(), simplify. | Stefano Sabatini | 2010-12-08 | 1 | -15/+4 |
* | Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. | Michael Chinen | 2010-12-07 | 2 | -1/+2 |
* | Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLAC | Michael Chinen | 2010-12-07 | 1 | -81/+9 |
* | Add a FLAC parser. | Michael Chinen | 2010-12-07 | 4 | -1/+651 |
* | cosmetics: line wrap after last commit | Justin Ruggles | 2010-12-07 | 1 | -7/+14 |
* | Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used | Michael Chinen | 2010-12-07 | 3 | -11/+12 |
* | Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them in | Michael Chinen | 2010-12-07 | 2 | -3/+9 |
* | Check validity of the frame sync code in ff_flac_decode_frame_header(). | Michael Chinen | 2010-12-07 | 1 | -1/+7 |
* | Move decode_frame_header() from flacdec.c to flac.c/h to share with the | Michael Chinen | 2010-12-07 | 3 | -101/+105 |
* | Add fullrange support to libx264.c x264 interface | Jason Garrett-Glaser | 2010-12-07 | 1 | -1/+3 |
* | alsdec: Correct the ALS decoder by storing some parameters per-channel rather | Sprezz | 2010-12-06 | 1 | -35/+68 |
* | In yadif filter, declare asm constants directly to avoid dependency on libavc... | Baptiste Coudurier | 2010-12-06 | 1 | -1/+0 |
* | Add CODEC_CAP_NEG_LINESIZES. | Stefano Sabatini | 2010-12-04 | 1 | -3/+6 |
* | Add forgotten deprecation to avcodec_pix_fmt_string(). | Stefano Sabatini | 2010-12-04 | 1 | -0/+1 |
* | 10l, add ff_pw_1 to dsputil_mmx for yadif sse2 | Baptiste Coudurier | 2010-12-04 | 1 | -0/+1 |
* | Deprecate avcodec_pix_fmt_string() in favor of | Stefano Sabatini | 2010-12-04 | 2 | -25/+6 |
* | Try to improve reordered_opaque doxy. | Michael Niedermayer | 2010-12-04 | 1 | -2/+6 |
* | Detect incorrect padding with wrong stuffing codes used by NEC N-02B. | Michael Niedermayer | 2010-12-04 | 1 | -0/+7 |
* | Count non-header data towards intra block bit count in MJPEG encoder | Bobby Bingham | 2010-12-04 | 1 | -0/+2 |
* | Change the argument of memory allocation functions from unsigned int to size_t | Michael Niedermayer | 2010-12-04 | 2 | -10/+19 |
* | g722: Add a trellis encoder | Martin Storsjö | 2010-12-03 | 1 | -0/+198 |
* | Use SECTION .text for yasm code. | avcoder | 2010-12-01 | 1 | -0/+2 |
* | adpcm: Skip samples whose ssd calculation has wrapped around | Martin Storsjö | 2010-12-01 | 1 | -0/+6 |
* | ensure the ASS string in AVSubtitleRect is 0 terminated | Aurelien Jacobs | 2010-11-27 | 1 | -0/+1 |
* | Mobotix .mxg demuxer | Anatoly Nenashev | 2010-11-26 | 1 | -0/+1 |
* | Fix memleak: free palette data on close. | Reimar Döffinger | 2010-11-23 | 1 | -0/+1 |
* | 100l, fix missing decrement on split PGS packets. | Reimar Döffinger | 2010-11-23 | 1 | -0/+1 |
* | In h264 decoder, fix decoding when nal end sequence is present | Baptiste Coudurier | 2010-11-23 | 1 | -8/+9 |
* | Fail RLE decoding if insufficient data for a complete bitmap was decoded. | Reimar Döffinger | 2010-11-22 | 1 | -0/+5 |
* | Support PGS subtitles with RLE data split over mutiple packets. | Mark Goodman | 2010-11-22 | 1 | -13/+25 |
* | fix pointer truncation to int in avpicture_layout() | Ramiro Polla | 2010-11-22 | 1 | -3/+3 |
* | Re-implement avpicture_layout() using pixdesc and imgutils API. | Stefano Sabatini | 2010-11-21 | 1 | -50/+13 |
* | Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string(). | Stefano Sabatini | 2010-11-21 | 1 | -2/+2 |
* | Musepack SV8 supports "mono" files (though it still codes them as stereo), | Kostya Shishkov | 2010-11-21 | 4 | -12/+17 |
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 9 | -90/+97 |
* | Remove declaration of function: | Stefano Sabatini | 2010-11-21 | 1 | -3/+0 |
* | Move audio channel API from libavcodec to libavcore. | Stefano Sabatini | 2010-11-21 | 3 | -121/+62 |
* | Fix indentation. | Reimar Döffinger | 2010-11-21 | 1 | -4/+4 |
* | Add explanation and alternative implementation for strange xan | Reimar Döffinger | 2010-11-21 | 1 | -0/+56 |
* | WC3/xan: move palette handling to decoder, avoiding need for | Reimar Döffinger | 2010-11-21 | 1 | -7/+99 |
* | Add a av_grow_packet function, to be used by code that merges | Reimar Döffinger | 2010-11-21 | 2 | -1/+27 |