Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | h264dec: Add .avc file name extension | Vittorio Giovara | 2013-09-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | h264dec: K&R formatting cosmetics | Vittorio Giovara | 2013-09-20 | 1 | -23/+31 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
| | |||||
* | h264probe: Don't error out on bits that no longer are reserved | Michael Niedermayer | 2012-10-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | rawdec: factor video demuxer definitions into a macro. | Anton Khirnov | 2011-05-27 | 1 | -11/+1 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| | | | | | This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. | ||||
* | split raw.c into rawdec.c and rawenc.c | Aurelien Jacobs | 2010-08-30 | 1 | -1/+1 |
| | | | | Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | move h264 demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -0/+80 |
Originally committed as revision 24978 to svn://svn.ffmpeg.org/ffmpeg/trunk |