| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MJPEG/AVI1 to JPEG/JFIF bitstream filter. | Nicolas George | 2010-11-11 | 3 | -0/+115 |
* | Remove bitrate tolerance from libx264 interface | Jason Garrett-Glaser | 2010-11-11 | 1 | -3/+0 |
* | In avcodec_pix_fmt_string() use local variable pixdesc rather than | Stefano Sabatini | 2010-11-10 | 1 | -3/+3 |
* | Make avcodec_pix_fmt_string() use the information in the pixel format | Stefano Sabatini | 2010-11-10 | 1 | -5/+4 |
* | Simplify: Remove impossible condition. | Nicolas Kaiser | 2010-11-09 | 1 | -1/+1 |
* | Move internal function ff_set_systematic_pal() to libavcore, and | Stefano Sabatini | 2010-11-09 | 5 | -42/+11 |
* | Reindent after last commit. | Thilo Borgmann | 2010-11-08 | 1 | -2/+2 |
* | Allow clean initialization of lut_status array by changing type to signed int. | Thilo Borgmann | 2010-11-08 | 3 | -14/+17 |
* | Use hierarchic names convention (prefix them with av_expr) for the | Stefano Sabatini | 2010-11-08 | 1 | -3/+3 |
* | Optimize / simplify avcodec_get_pix_fmt_name() check. | Stefano Sabatini | 2010-11-07 | 1 | -1/+1 |
* | Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string(). | Stefano Sabatini | 2010-11-07 | 1 | -1/+1 |