| Commit message (Expand) | Author | Age | Files | Lines |
* | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 1 | -1/+1 |
* | mov: Log format rather than fourcc in stsd in trace mode | Vittorio Giovara | 2015-07-01 | 1 | -3/+3 |
* | mov: Adjust variable types to fix format warnings | Vittorio Giovara | 2015-07-01 | 1 | -1/+1 |
* | mp3: enable packed main_data decoding in MP4 | nu774 | 2015-06-20 | 1 | -1/+9 |
* | mov: Check memory allocation | Vittorio Giovara | 2015-06-08 | 1 | -1/+5 |
* | mov: always check avio_read return value | Andreas Cadhalpun | 2015-05-31 | 1 | -22/+101 |
* | mov: reject zero bytes_per_frame with non-zero samples_per_frame | Andreas Cadhalpun | 2015-05-31 | 1 | -0/+7 |
* | mov: Correctly allocate ctts_data | Luca Barbato | 2015-05-31 | 1 | -1/+1 |
* | mov: Fix two memleaks | Andreas Cadhalpun | 2015-05-31 | 1 | -1/+4 |
* | mov: Double-check that alias path is not an absolute path | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | mov: Read alternate absolute path in dref alis | Vittorio Giovara | 2015-04-19 | 1 | -1/+3 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -41/+42 |
* | mov: Rely on box type rather than file type for colr atom | Vittorio Giovara | 2015-04-09 | 1 | -2/+2 |
* | mov: Write the display matrix in order | Vittorio Giovara | 2015-03-23 | 1 | -1/+1 |
* | mov: Add option to keep exact packet sequence after seeking | Derek Buitenhuis | 2015-03-18 | 1 | -9/+33 |
* | mov: Fix little endian audio detection | Vittorio Giovara | 2015-03-17 | 1 | -1/+1 |
* | Revert "mov: Change DTS-based seek into CTS-based seek." | Martin Storsjö | 2015-03-02 | 1 | -29/+15 |
* | mov: Change DTS-based seek into CTS-based seek. | Yusuke Nakamura | 2015-02-15 | 1 | -15/+29 |
* | mov: Fix compilation with DEBUG enabled | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom | Hendrik Leppkes | 2015-02-03 | 1 | -0/+16 |
* | mov: export audio service type as side data | Anton Khirnov | 2015-01-27 | 1 | -4/+20 |
* | mov: Do not compute negative SAR values | Vittorio Giovara | 2015-01-23 | 1 | -7/+6 |
* | mov: Check angle rather than full matrix when updating SAR | Vittorio Giovara | 2015-01-14 | 1 | -8/+4 |
* | mov: avoid a memleak when multiple stss boxes are present | Anton Khirnov | 2014-12-19 | 1 | -0/+1 |
* | mov: Fix handling of zero-length metadata values | Martin Storsjö | 2014-12-15 | 1 | -1/+1 |
* | mov: further expand the list of parsed metadata tags | Dave Rice | 2014-12-08 | 1 | -0/+18 |
* | mov: expand the list of parsed metadata tags | Vittorio Giovara | 2014-12-08 | 1 | -0/+23 |
* | mov: parse XMP metadata on demand | Vittorio Giovara | 2014-12-08 | 1 | -0/+4 |
* | mov: parse @PRM and @PRQ metadata tags | Vittorio Giovara | 2014-12-08 | 1 | -3/+6 |
* | mov: cosmetics: reorder the list of tags | Vittorio Giovara | 2014-12-08 | 1 | -29/+29 |
* | mov: skip version and flags attributes in mov_read_chan() | Matthieu Bouron | 2014-12-05 | 1 | -0/+3 |
* | mov: allocate the tag value dynamically | Thilo Borgmann | 2014-12-02 | 1 | -5/+10 |
* | mov: Add an option for exporting all metadata | Vittorio Giovara | 2014-12-02 | 1 | -7/+18 |
* | mov: do not truncate the language-prefixed tag | Vittorio Giovara | 2014-12-02 | 1 | -1/+1 |
* | mov: check ff_get_wav_header() return value | Vittorio Giovara | 2014-11-18 | 1 | -3/+1 |
* | Use gmtime_r instead of gmtime and localtime_r instead of localtime | Martin Storsjö | 2014-10-26 | 1 | -2/+3 |
* | lavf: Check the return value of strftime | Martin Storsjö | 2014-10-26 | 1 | -2/+2 |
* | mov: fix assigment check | Vittorio Giovara | 2014-10-24 | 1 | -1/+1 |
* | mov: Correctly check the color transfer characteristics range | Vittorio Giovara | 2014-10-15 | 1 | -1/+2 |
* | mov: Handle tfdt atoms | Martin Storsjö | 2014-10-14 | 1 | -0/+31 |
* | mov: support the Color Parameter Atoms 'colr' | Vittorio Giovara | 2014-10-08 | 1 | -0/+69 |
* | mov: Drop unused parameter from ff_mov_read_esds() | Diego Biurrun | 2014-08-19 | 1 | -2/+2 |
* | mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada... | Andrew Stone | 2014-08-13 | 1 | -0/+6 |
* | mov: free the dv demux context with avformat_free_context() | Anton Khirnov | 2014-07-09 | 1 | -6/+2 |
* | mov: Remove a variable that is set but never used | Martin Storsjö | 2014-07-08 | 1 | -2/+1 |
* | mov: Support default-base-is-moof. | Yusuke Nakamura | 2014-07-01 | 1 | -3/+4 |
* | mov: Export geotag metadata fields | Martin Storsjö | 2014-06-06 | 1 | -0/+41 |
* | mov: store display matrix in a stream side data | Vittorio Giovara | 2014-05-19 | 1 | -10/+52 |
* | mov: export stsd Compressorname in metadata | Anton Khirnov | 2014-05-01 | 1 | -3/+8 |
* | mov: read hydrogenaudio replaygain information | Anton Khirnov | 2014-04-10 | 1 | -0/+97 |