| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | adpcm: Fix a comment in the trellis heap code | Martin Storsjö | 2010-11-20 | 1 | -1/+1 |
* | adpcm: Only increment heap_pos after finding a good enough sample | Martin Storsjö | 2010-11-19 | 1 | -1/+2 |
* | adpcm: Use a hash table to improve checking for duplicate samples | Martin Storsjö | 2010-11-19 | 1 | -8/+27 |
* | Fix qdm2 decoder packet handling to match the api | Baptiste Coudurier | 2010-11-19 | 1 | -10/+13 |
* | Order matters, fix test files linking. | Stefano Sabatini | 2010-11-19 | 1 | -1/+1 |
* | Make DNxHD encoder produce files that are strictly VC-3 compatible | Baptiste Coudurier | 2010-11-16 | 1 | -3/+3 |
* | 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at the | Kostya Shishkov | 2010-11-15 | 1 | -1/+1 |
* | minor bump and Changelog entry for r25747 | Aurelien Jacobs | 2010-11-14 | 1 | -1/+1 |
* | minor bump and APIchanges for r25745 | Aurelien Jacobs | 2010-11-14 | 1 | -2/+2 |
* | adpcm: Fix a comment | Martin Storsjö | 2010-11-14 | 1 | -1/+1 |
* | add missing files in previous commit (ASS encoder and decoder) | Aurelien Jacobs | 2010-11-13 | 4 | -0/+250 |
* | add ASS encoder and decoder | Aurelien Jacobs | 2010-11-13 | 2 | -0/+3 |
* | allow passing subtitles header between decoder and encoder | Aurelien Jacobs | 2010-11-13 | 1 | -0/+11 |
* | Fix visual artifacts in 4XM decoding on big-endian system | Vitor Sessak | 2010-11-12 | 1 | -7/+24 |
* | adpcm: Replace any of the leaf nodes in the heap | Martin Storsjö | 2010-11-12 | 1 | -12/+4 |
* | Reindent | Martin Storsjö | 2010-11-12 | 1 | -12/+12 |
* | adpcm: Store the trellis nodes in a heap instead of a sorted array | Martin Storsjö | 2010-11-12 | 1 | -8/+29 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 71 | -212/+212 |
* | 10l: dx shouldn't exist. | Alex Converse | 2010-11-12 | 1 | -1/+1 |
* | 10l: vorbisdec: declare dy | Alex Converse | 2010-11-12 | 1 | -1/+1 |
* | vorbisdec: Fix floor1 decoding | Gregory Maxwell | 2010-11-12 | 1 | -3/+3 |