| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for hardcoding the motionpixels rgb to yuv table. | Reimar Döffinger | 2009-11-26 | 6 | -54/+140 |
* | 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. | Reimar Döffinger | 2009-11-26 | 2 | -1/+1 |
* | Make sws_format_name() use av_pix_fmt_descriptors. | Stefano Sabatini | 2009-11-26 | 2 | -110/+5 |
* | Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than | Stefano Sabatini | 2009-11-26 | 1 | -1/+1 |
* | Make av_pix_fmt_descriptors use the same pixel format names as defined | Stefano Sabatini | 2009-11-26 | 2 | -6/+6 |
* | Allow decoders to correctly set the sample format by defaulting to | Jai Menon | 2009-11-26 | 1 | -1/+1 |
* | Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use | Stefano Sabatini | 2009-11-26 | 1 | -78/+27 |
* | Update libavformat regression reference checksum for ffm. This change is | Jai Menon | 2009-11-26 | 1 | -1/+1 |
* | Revert "Add required header #include to fix 'make checkheaders'." | Måns Rullgård | 2009-11-26 | 1 | -1/+0 |
* | cosmetics: K&R style, prettyprinting | Diego Biurrun | 2009-11-26 | 1 | -13/+13 |
* | Mark apply_mdct() function as static; it is only used within the file. | Diego Biurrun | 2009-11-26 | 1 | -1/+1 |
* | Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather | Stefano Sabatini | 2009-11-26 | 1 | -2/+2 |
* | Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than | Stefano Sabatini | 2009-11-25 | 1 | -1/+2 |
* | Remove special case that changed video sync behavior for av_q2d(enc->time_bas... | Michael Niedermayer | 2009-11-25 | 1 | -1/+1 |
* | Add an entry for the AVFilter.next field removal. | Stefano Sabatini | 2009-11-25 | 1 | -0/+3 |
* | -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. | Diego Biurrun | 2009-11-25 | 1 | -0/+2 |
* | Add required header #include to fix 'make checkheaders'. | Diego Biurrun | 2009-11-25 | 1 | -0/+1 |
* | Remove AVFilter.next field, since it is not used and it is not going | Stefano Sabatini | 2009-11-25 | 1 | -6/+1 |
* | Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma | Ramiro Polla | 2009-11-25 | 1 | -3/+5 |
* | Support compiling against libtheora older than 1.1 | David Conrad | 2009-11-25 | 1 | -0/+10 |
* | Add an entry for the avfilter_next() function addition. | Stefano Sabatini | 2009-11-25 | 1 | -0/+3 |
* | Implement avfilter_next(). | Stefano Sabatini | 2009-11-24 | 2 | -1/+14 |
* | Add an entry for the avfilter_register() signature change. | Stefano Sabatini | 2009-11-24 | 1 | -0/+4 |
* | Implement a new registration system for filters. | Stefano Sabatini | 2009-11-24 | 2 | -15/+20 |
* | Add an entry for the pixdesc.h API publication. | Stefano Sabatini | 2009-11-24 | 1 | -0/+3 |
* | Make the pixdesc API public. | Stefano Sabatini | 2009-11-24 | 2 | -1/+3 |
* | Make lsp2polyf() function non-static for upcoming usage in SIPR | Vitor Sessak | 2009-11-24 | 2 | -13/+15 |
* | Update ffserver to include all basic x264 parameters in .ffm files. | Jason Garrett-Glaser | 2009-11-24 | 2 | -0/+26 |
* | Add weightp support in API for libx264. | Jason Garrett-Glaser | 2009-11-24 | 18 | -4/+30 |
* | Call ff_find_hwaccel() after calling avcodec_set_dimensions(). | Reimar Döffinger | 2009-11-24 | 1 | -15/+16 |
* | WMA: extend exponent range to 95 | Måns Rullgård | 2009-11-24 | 1 | -1/+11 |
* | update seek regression ref due to r20579, mp3 timestamps are adjusted | Baptiste Coudurier | 2009-11-24 | 1 | -30/+30 |
* | Determine VOC block length when length field is zero, fixes issue1538. | Peter Ross | 2009-11-24 | 2 | -1/+6 |
* | Call avcodec_set_dimensions() instead of simply setting avctx->width/height | Kostya Shishkov | 2009-11-24 | 1 | -2/+3 |
* | Add missing include. Fix the following compiler warnings: | Vitor Sessak | 2009-11-23 | 1 | -0/+1 |
* | WMA: extend exponent table up to 75 | Måns Rullgård | 2009-11-23 | 1 | -3/+10 |
* | Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness. | Stefano Sabatini | 2009-11-23 | 1 | -1/+1 |
* | Use avcodec_set_dimensions() | Michael Niedermayer | 2009-11-23 | 1 | -2/+1 |
* | Correct order of arguments for avcodec_check_dimensions(). | Michael Niedermayer | 2009-11-23 | 1 | -1/+1 |
* | Make sure avcodec_set_dimensions() is used when rv20 changes resolution. | Michael Niedermayer | 2009-11-23 | 1 | -2/+3 |
* | libtheora: using the 1.0 API requires linking to both | David Conrad | 2009-11-23 | 1 | -1/+1 |
* | MOV: cprt is another tag used for copyright | David Conrad | 2009-11-23 | 1 | -0/+1 |
* | MOV: Add several iTunes metadata tags | David Conrad | 2009-11-23 | 2 | -0/+10 |
* | MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) | David Conrad | 2009-11-23 | 1 | -1/+1 |
* | Make sorting function used in TwinVQ a shared function | Vitor Sessak | 2009-11-22 | 3 | -12/+17 |
* | Set colorspace for libtheora encoding | David Conrad | 2009-11-22 | 1 | -1/+7 |
* | Support 4:2:2 and 4:4:4 subsampling in libtheora encoding | David Conrad | 2009-11-22 | 1 | -8/+17 |
* | Add support for two pass encoding in libtheora | David Conrad | 2009-11-22 | 1 | -18/+90 |
* | Update libtheora wrapper to use the 1.0 API | David Conrad | 2009-11-22 | 2 | -67/+43 |
* | set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration | Baptiste Coudurier | 2009-11-22 | 1 | -0/+3 |