| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/msmpeg4enc: Don't use code for static init that can fail | Andreas Rheinhardt | 2021-04-02 | 1 | -1/+1 |
* | avcodec/msmpeg4dec: Don't check for errors for complete VLCs | Andreas Rheinhardt | 2021-01-29 | 1 | -1/+1 |
* | Merge commit '31a117a0e6d6eafdf997bfe0843f3e3d39cc0332' | Michael Niedermayer | 2015-06-01 | 1 | -0/+11 |
|\ |
|
| * | mpegvideo: msmpeg4: Move function declarations | Vittorio Giovara | 2015-05-31 | 1 | -0/+11 |
* | | Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b' | Michael Niedermayer | 2015-06-01 | 1 | -1/+0 |
|\| |
|
| * | mpegvideo: wmv2: Move function declarations | Vittorio Giovara | 2015-05-31 | 1 | -1/+0 |
* | | Fix wmv1 encoding if all other msmpeg4-related encoders were disabled. | Carl Eugen Hoyos | 2014-07-09 | 1 | -0/+1 |
* | | Fix wmv1 decoding if no other msmpeg4-related decoder was compiled. | Carl Eugen Hoyos | 2014-07-09 | 1 | -0/+1 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -4/+3 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -4/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -0/+12 |
|\| |
|
| * | msmpeg4: Split encoding backend code off from general backend code. | Diego Biurrun | 2012-03-01 | 1 | -0/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -1/+1 |
|\| |
|
| * | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -4/+0 |
|\| |
|
| * | doxygen: misc consistency cosmetics | Diego Biurrun | 2011-07-14 | 1 | -4/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -2/+1 |
|\| |
|
| * | lavc: remove msmpeg4v1 encoder. | Anton Khirnov | 2011-05-24 | 1 | -2/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Get rid of pointless CONFIG_WMV_DECODER definition. | Diego Biurrun | 2009-12-30 | 1 | -1/+0 |
* | Get rid of pointless CONFIG_WMV2 definition. | Diego Biurrun | 2009-12-30 | 1 | -1/+0 |
* | Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER. | Diego Biurrun | 2009-12-29 | 1 | -2/+0 |
* | Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, | Diego Biurrun | 2009-07-29 | 1 | -2/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -14/+14 |
* | The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER. | avcoder | 2008-12-25 | 1 | -1/+3 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | split wmv2 in its own file | Aurelien Jacobs | 2007-11-07 | 1 | -0/+21 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Avoid linking with h263.c functions when the relevant codecs | Aurelien Jacobs | 2007-07-10 | 1 | -0/+2 |
* | disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in | Aurelien Jacobs | 2007-05-10 | 1 | -0/+42 |