| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 10 | -20/+20 |
* | Define device_try_init() as static in libavdevice/v4l2.c. | Reinhard Tartler | 2010-01-03 | 1 | -5/+5 |
* | Simplify usePal() macro, make it use av_pix_fmt_descriptors. | Stefano Sabatini | 2010-01-03 | 1 | -7/+1 |
* | Simplify getSubSampleFactors(), make it use the values provided by | Stefano Sabatini | 2010-01-03 | 1 | -47/+2 |
* | Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it | Reimar Döffinger | 2010-01-02 | 1 | -9/+10 |
* | 10l, my last commit (r21001) broke regression tests. | Vitor Sessak | 2010-01-02 | 2 | -8/+8 |
* | Small ELBG optimization: use last pixel as a initial guess for the codebook | Vitor Sessak | 2010-01-02 | 1 | -5/+8 |
* | Use av_match_ext() in place of the deprecated match_ext() function. | Stefano Sabatini | 2010-01-01 | 2 | -7/+7 |
* | Add an entry for the av_match_ext() addition. | Stefano Sabatini | 2010-01-01 | 1 | -0/+3 |
* | Deprecate match_ext() in favor of av_match_ext(), and mark it for | Stefano Sabatini | 2010-01-01 | 2 | -2/+16 |
* | Adjust threshold for xvid packed b frame detection. | Michael Niedermayer | 2010-01-01 | 1 | -1/+1 |
* | It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. | Michael Niedermayer | 2010-01-01 | 1 | -1/+2 |
* | Update this_year value. | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | Use av_guess_format() in place of the deprecated guess_format(). | Stefano Sabatini | 2010-01-01 | 3 | -9/+9 |
* | Reindent. | Stefano Sabatini | 2010-01-01 | 1 | -2/+2 |
* | Add an entry for the av_guess_format() addition. | Stefano Sabatini | 2010-01-01 | 1 | -0/+3 |
* | Deprecate guess_format() in favor of av_guess_format(). | Stefano Sabatini | 2010-01-01 | 2 | -2/+17 |
* | Fix typo. | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | Remove residual use of the doxygen markup which is deprecated, | Stefano Sabatini | 2010-01-01 | 3 | -3/+3 |
* | Do not needlessly use the BP register in x86_64-specific code, there are | Reimar Döffinger | 2010-01-01 | 1 | -4/+4 |
* | Document guess_format(). | Stefano Sabatini | 2009-12-31 | 1 | -0/+13 |
* | Deprecate and mark for deletion the function guess_stream_format(), | Stefano Sabatini | 2009-12-31 | 3 | -3/+26 |
* | Remove unused function msmpeg4_memsetw(). | Diego Biurrun | 2009-12-31 | 1 | -7/+0 |
* | Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. | Carl Eugen Hoyos | 2009-12-31 | 1 | -1/+1 |
* | Support raw black&white in mov, fixes issue 1654. | Carl Eugen Hoyos | 2009-12-30 | 1 | -0/+1 |
* | Remove outdated comments. | Luca Abeni | 2009-12-30 | 1 | -2/+0 |
* | Rename internal function | Luca Barbato | 2009-12-30 | 1 | -3/+3 |
* | cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. | Diego Biurrun | 2009-12-30 | 1 | -493/+478 |
* | 10l: Move ff_mpeg4_pred_dc() to an appropriate place. | Diego Biurrun | 2009-12-30 | 1 | -79/+79 |
* | cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. | Diego Biurrun | 2009-12-30 | 1 | -579/+572 |
* | cosmetics: Move H.263-related functions around to avoid forward declarations. | Diego Biurrun | 2009-12-30 | 1 | -408/+398 |
* | cosmetics: Reorder functions to avoid forward declarations. | Diego Biurrun | 2009-12-30 | 1 | -366/+356 |
* | Remove unnecessary forward declaration for msmpeg4_memsetw(). | Diego Biurrun | 2009-12-30 | 1 | -1/+0 |
* | Get rid of pointless CONFIG_ANY_H263 preprocessor definition. | Diego Biurrun | 2009-12-30 | 4 | -39/+6 |
* | Add required header #includes for mpegvideo.h and config.h. | Diego Biurrun | 2009-12-30 | 1 | -0/+2 |
* | Eliminate CONFIG_ANY_H263_DECODER preprocessor definition. | Diego Biurrun | 2009-12-30 | 1 | -5/+1 |
* | Get rid of pointless CONFIG_WMV_DECODER definition. | Diego Biurrun | 2009-12-30 | 2 | -2/+2 |
* | Get rid of pointless CONFIG_WMV2 definition. | Diego Biurrun | 2009-12-30 | 3 | -3/+2 |
* | Simplify CONFIG_ANY_H263_DECODER preprocessor definition: | Diego Biurrun | 2009-12-30 | 1 | -5/+0 |
* | Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER. | Diego Biurrun | 2009-12-29 | 1 | -2/+0 |
* | Remove pointless CONFIG_MLP_DECODER preprocessor check. | Diego Biurrun | 2009-12-29 | 1 | -2/+0 |
* | Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser. | Diego Biurrun | 2009-12-29 | 1 | -3/+2 |
* | The MLP decoder depends on the MLP parser. | Diego Biurrun | 2009-12-29 | 2 | -1/+2 |
* | Enable the TrueHD decoder when the MLP decoder is enabled. | Diego Biurrun | 2009-12-29 | 2 | -1/+1 |
* | Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. | Diego Biurrun | 2009-12-29 | 2 | -6/+3 |
* | Fix colours for QT JPEG2000, fixes issue 1540. | Carl Eugen Hoyos | 2009-12-29 | 1 | -1/+1 |
* | Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. | Carl Eugen Hoyos | 2009-12-29 | 1 | -1/+1 |
* | Declare AAC parser dependencies in configure. | Diego Biurrun | 2009-12-29 | 2 | -7/+7 |
* | The S/P-DIF muxer depends on mpeg4audio.o. | Diego Biurrun | 2009-12-29 | 1 | -1/+2 |
* | Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. | Diego Biurrun | 2009-12-29 | 2 | -8/+5 |