| Commit message (Expand) | Author | Age | Files | Lines |
* | mov: avoid a memleak when multiple stss boxes are present | Anton Khirnov | 2014-12-20 | 1 | -0/+1 |
* | movdec: handle 0x7fff langcode as macintosh per the specs | Baptiste Coudurier | 2014-03-09 | 1 | -1/+1 |
* | mov: do not set avg_frame_rate in the demuxer | Justin Ruggles | 2014-01-20 | 1 | -4/+0 |
* | mov: Free an earlier allocated array if allocating a new one | Martin Storsjö | 2014-01-15 | 1 | -0/+1 |
* | mov: Free intermediate arrays in the normal cleanup function | Martin Storsjö | 2014-01-15 | 1 | -0/+8 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+1 |
* | lavf: improve support for AVC-Intra files. | Reimar Döffinger | 2013-11-14 | 1 | -0/+8 |
* | mov: Support HEVC demuxing | Yusuke Nakamura | 2013-10-31 | 1 | -1/+4 |
* | mov: Don't allocate arrays with av_malloc that will be realloced | Martin Storsjö | 2013-10-05 | 1 | -1/+1 |
* | mov: Make sure the read sample count is nonnegative | Martin Storsjö | 2013-09-29 | 1 | -0/+4 |
* | lavf: Reset the entry count and allocation size variables on av_reallocp fail... | Martin Storsjö | 2013-09-26 | 1 | -1/+3 |
* | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -5/+4 |
* | mov: Don't use a negative duration for setting other fields | Martin Storsjö | 2013-09-17 | 1 | -2/+2 |
* | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -18/+22 |
* | mov: Parse tmcd extradata | Luca Barbato | 2013-08-25 | 1 | -4/+22 |
* | mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd | Luca Barbato | 2013-08-24 | 1 | -15/+26 |
* | mov: Refactor codec specific final steps in mov_finalize_stsd_codec | Luca Barbato | 2013-08-24 | 1 | -58/+65 |
* | mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle | Luca Barbato | 2013-08-24 | 1 | -8/+17 |
* | mov: Refactor audio specific parsing in mov_parse_stsd_audio | Luca Barbato | 2013-08-24 | 1 | -78/+87 |
* | mov: Refactor video specific parsing in mov_parse_stsd_video | Luca Barbato | 2013-08-24 | 1 | -107/+108 |
* | mov: Refactor codec id selection in mov_codec_id | Luca Barbato | 2013-08-24 | 1 | -20/+32 |
* | mov: use tkhd enabled flag to set the default track | John Stebbins | 2013-08-23 | 1 | -7/+3 |
* | mov: Do not allow updating the time scale after it has been set | Martin Storsjö | 2013-07-15 | 1 | -0/+5 |
* | mov: Seek back if overreading an individual atom | Martin Storsjö | 2013-07-15 | 1 | -0/+6 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -1/+0 |
* | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | Move misplaced file author information where it belongs | Diego Biurrun | 2013-04-11 | 1 | -5/+3 |
* | avformat: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | lavf: remove disabled FF_API_R_FRAME_RATE cruft | Anton Khirnov | 2013-03-11 | 1 | -6/+0 |
* | mov: use the format context for logging. | Anton Khirnov | 2013-02-23 | 1 | -1/+1 |
* | mov: handle h263 and flv1 for codec_tag 'H','2','6','3' | Janne Grunau | 2012-12-19 | 1 | -0/+4 |
* | mov: validate number of DataReferenceBox entries against box size | Janne Grunau | 2012-12-07 | 1 | -1/+3 |
* | mov: compute avg_frame_rate only if duration is known | Janne Grunau | 2012-12-07 | 1 | -2/+3 |
* | lavf: add a common function for selecting a pcm codec from parameters | Justin Ruggles | 2012-11-28 | 1 | -27/+6 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | mov: support random access point grouping | Yusuke Nakamura | 2012-09-19 | 1 | -0/+53 |
* | mov: check for EOF in long lasting loops | Luca Barbato | 2012-09-18 | 1 | -16/+56 |
* | mov: stsd entries must be at least 16 byte | Michael Niedermayer | 2012-09-16 | 1 | -1/+4 |
* | mov: detect EOF in mov_read_dref() | Michael Niedermayer | 2012-09-16 | 1 | -0/+2 |
* | mov_chan: Pass a separate AVIOContext for reading | Samuel Pitoiset | 2012-09-07 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -59/+59 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -0/+2 |
* | avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer | Justin Ruggles | 2012-07-19 | 1 | -38/+1 |
* | mov: use forward declaration of a function instead of a table. | Ronald S. Bultje | 2012-07-04 | 1 | -74/+74 |
* | mov: read itunes cover art. | Anton Khirnov | 2012-07-02 | 1 | -0/+50 |
* | mov: do not try to read total disc/track number if data atom is too short. | Carl Eugen Hoyos | 2012-06-26 | 1 | -2/+3 |
* | mov: make a length variable larger. | Anton Khirnov | 2012-06-24 | 1 | -2/+2 |
* | mov: fix operator precedence bug | Ronald S. Bultje | 2012-06-20 | 1 | -1/+1 |
* | mov: Support muxing/demuxing iLBC | Martin Storsjö | 2012-06-18 | 1 | -0/+1 |