| Commit message (Expand) | Author | Age | Files | Lines |
* | isom: fix C99-style declaration | Michael Niedermayer | 2014-03-16 | 1 | -1/+2 |
* | isom: convert mp4 dvdsub extradata to vobsub format | wm4 | 2014-03-15 | 1 | -0/+57 |
* | movenc: allow muxing HEVC in MODE_MP4. | Tim Walker | 2014-03-09 | 1 | -0/+1 |
* | movenc: use 'hev1' tag for HEVC in MODE_MOV. | Tim Walker | 2014-03-09 | 1 | -1/+1 |
* | movdec: handle 0x7fff langcode as macintosh per the specs | Baptiste Coudurier | 2014-03-09 | 1 | -1/+1 |
* | libspeex: support ZygoAudio (quality 10 mode) | Piotr Bandurski | 2014-03-09 | 1 | -0/+1 |
* | isom: lpcm in mov default to big endian | Mark Himsley | 2014-03-09 | 1 | -0/+1 |
* | isom: add "MNG" FourCC | Piotr Bandurski | 2014-03-09 | 1 | -0/+1 |
* | isom: Support MPEG-2 video mov files from FPC5 | Carl Eugen Hoyos | 2014-03-09 | 1 | -0/+1 |
* | isom: add "NO16" FourCC | Piotr Bandurski | 2014-03-09 | 1 | -0/+1 |
* | isom: add Radius DV YUV FourCCs | Piotr Bandurski | 2014-03-09 | 1 | -0/+2 |
* | isom: Support Sony XAVC in mov | Carl Eugen Hoyos | 2014-03-09 | 1 | -0/+1 |
* | isom: add xd51 hdcam | Ben Littler | 2014-03-09 | 1 | -0/+1 |
* | lavf: improve support for AVC-Intra files. | Reimar Döffinger | 2013-11-14 | 1 | -0/+1 |
* | mov: Support HEVC demuxing | Yusuke Nakamura | 2013-10-31 | 1 | -0/+3 |
* | Apple Intermediate Codec decoder | Kostya Shishkov | 2013-05-17 | 1 | -0/+2 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | mov: handle h263 and flv1 for codec_tag 'H','2','6','3' | Janne Grunau | 2012-12-19 | 1 | -1/+1 |
* | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -1/+0 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -248/+248 |
* | mov: Support muxing/demuxing iLBC | Martin Storsjö | 2012-06-18 | 1 | -0/+1 |
* | mov: support eac3 audio | Hendrik Leppkes | 2012-04-25 | 1 | -0/+1 |
* | isom: Support more DTS codec identifiers. | Yusuke Nakamura | 2012-04-23 | 1 | -1/+3 |
* | mov: Add more HDV and XDCAM FourCCs. | Alex Converse | 2012-02-22 | 1 | -0/+4 |
* | mov: Add support for MPEG2 HDV 720p24 (hdv4) | Alex Converse | 2012-02-21 | 1 | -0/+1 |
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | v410 encoder and decoder | Derek Buitenhuis | 2011-12-13 | 1 | -0/+1 |
* | isom: sort and pretty-print codec_movaudio_tags[] | Justin Ruggles | 2011-12-09 | 1 | -55/+42 |
* | isom: remove pointless comments in codec_movaudio_tags[] | Justin Ruggles | 2011-12-09 | 1 | -17/+17 |
* | isom: remove commented-out tag for vorbis | Justin Ruggles | 2011-12-09 | 1 | -2/+0 |
* | latmdec: fix audio specific config parsing | Janne Grunau | 2011-12-03 | 1 | -1/+1 |
* | isom: Add MPEG4SYSTEMS dummy object type indication. | Alex Converse | 2011-10-28 | 1 | -0/+2 |
* | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | Synchronize various 4CCs and codec tags from FFmpeg. | Diego Biurrun | 2011-10-04 | 1 | -0/+5 |
* | mp4: Don't read an empty Decoder Config Descriptor | Alex Converse | 2011-09-22 | 1 | -1/+1 |
* | isom: add missing AVC-Intra tags, rearrange list and update comments | Tomas Härdin | 2011-08-29 | 1 | -5/+12 |
* | mp4: Handle non-trivial ES Descriptors. | Alex Converse | 2011-08-25 | 1 | -0/+16 |
* | mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers. | Carl Eugen Hoyos | 2011-06-21 | 1 | -0/+4 |
* | mov: Support R10g codec identifier. | ami_stuff | 2011-06-21 | 1 | -0/+1 |
* | Add xd55 codec tag for XDCAM HD422 720p25 CBR files. | Tomas Härdin | 2011-03-23 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add one more avc intra fourcc and extend the description | Benjamin Larsson | 2011-03-10 | 1 | -2/+3 |
* | Add more AVC Intra FOURCCs | Benjamin Larsson | 2011-02-22 | 1 | -2/+4 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -8/+8 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -3/+3 |
* | pass QDMC extradata to the decoder | Sascha Sommer | 2011-02-06 | 1 | -0/+1 |
* | Add ProRes FOURCCs to isom.c | Tomas Härdin | 2011-02-03 | 1 | -0/+6 |
* | Add AVC-Intra identifiers used by Flip4Mac for mov files | Benjamin Larsson | 2011-02-03 | 1 | -0/+2 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -4/+4 |