| Commit message (Expand) | Author | Age | Files | Lines |
* | movenc: Require samples before trying to write edts | Martin Storsjö | 2014-11-08 | 1 | -3/+3 |
* | movenc: Avoid leaking locally allocated data when returning on errors | Martin Storsjö | 2014-11-08 | 1 | -6/+12 |
* | movenc: Remove an outdated comment | Martin Storsjö | 2014-11-08 | 1 | -1/+1 |
* | movenc: Write correct presentation timestamps in tfra | Martin Storsjö | 2014-11-07 | 2 | -1/+12 |
* | movenc: Remove a now redundant check | Martin Storsjö | 2014-11-07 | 1 | -1/+1 |
* | movenc: Allow to request not to use edit lists | Martin Storsjö | 2014-11-07 | 2 | -1/+34 |
* | lavf: Print a warning if failed to avoid negative timestamps when requested | Michael Niedermayer | 2014-11-07 | 1 | -0/+8 |
* | lavf: Add an option for avoiding negative timestamps | Michael Niedermayer | 2014-11-07 | 4 | -3/+27 |
* | nutdec: do not set has_b_frames | Anton Khirnov | 2014-11-06 | 1 | -1/+0 |
* | oggenc: accept only STREAMINFO extradata | Anton Khirnov | 2014-11-06 | 1 | -5/+3 |
* | lavf: stop using avpriv_flac_parse_streaminfo() | Anton Khirnov | 2014-11-06 | 2 | -12/+18 |
* | riffenc: do not fall back on AVCodecContext.frame_size for MP3 | Anton Khirnov | 2014-11-06 | 1 | -7/+3 |
* | lavf: use the format context strict_std_compliance instead of the codec one | Anton Khirnov | 2014-11-06 | 2 | -2/+2 |
* | lavc,lavf: switch to the new vorbis parse API | Anton Khirnov | 2014-11-06 | 1 | -8/+12 |
* | lavc: add a public API for parsing vorbis packets. | Anton Khirnov | 2014-11-06 | 1 | -1/+1 |
* | vorbis_parser: add an AV prefix to VorbisParseContext | Anton Khirnov | 2014-11-06 | 1 | -1/+1 |
* | rtmpproto: Ignore errors from the getStreamLength method | Martin Storsjö | 2014-11-05 | 1 | -0/+3 |
* | movenc: Define the flag bits using shifts instead of as decimal numbers | Martin Storsjö | 2014-11-03 | 1 | -11/+11 |
* | movenc: Don't write any iso brands in ismv files | Martin Storsjö | 2014-10-30 | 1 | -2/+0 |
* | movenc: Don't write any tfdt atom for ismv files | Martin Storsjö | 2014-10-30 | 1 | -2/+3 |
* | movenc: Write a 0 duration in mdhd and tkhd for an empty initial moov | Martin Storsjö | 2014-10-30 | 1 | -6/+12 |
* | movenc: Add a flag for using default-base-is-moof in tfhd atoms | Martin Storsjö | 2014-10-29 | 3 | -4/+13 |
* | movenc: Signal iso6 in compatible_brands when using tfdt | Martin Storsjö | 2014-10-29 | 1 | -0/+5 |
* | movenc: Use a local variable consistently | Martin Storsjö | 2014-10-29 | 1 | -1/+1 |
* | movenc: Don't check the custom IO flag when using faststart | Martin Storsjö | 2014-10-29 | 1 | -3/+2 |
* | movenc: Don't use track_id to decide which track is the first in a moof | Martin Storsjö | 2014-10-29 | 2 | -1/+4 |
* | bethsoftvid: simplify return handling | Vittorio Giovara | 2014-10-29 | 1 | -2/+0 |
* | assdec: check av_new_packet return value | Vittorio Giovara | 2014-10-29 | 1 | -1/+4 |
* | mtv: improve header check and avoid division by zero | Vittorio Giovara | 2014-10-29 | 1 | -2/+5 |
* | oggenc: remove unneeded null check | Michael Niedermayer | 2014-10-29 | 1 | -1/+1 |
* | mxfdec: reduce loop bound in mxf_read_pixel_layout() | Tomas Härdin | 2014-10-27 | 1 | -1/+1 |
* | bethsoftvid: check return value and clean memory | Vittorio Giovara | 2014-10-27 | 1 | -0/+4 |
* | filmstripdec: avoid integer overflow | Vittorio Giovara | 2014-10-27 | 1 | -1/+1 |
* | matroskaenc: write correct Display{Width, Height} in stereo encoding | Vittorio Giovara | 2014-10-27 | 1 | -6/+24 |
* | lavf: Implement ff_brktimegm using gmtime_r | Martin Storsjö | 2014-10-26 | 1 | -23/+5 |
* | Use gmtime_r instead of gmtime and localtime_r instead of localtime | Martin Storsjö | 2014-10-26 | 3 | -6/+13 |
* | lavf: Check the return value of strftime | Martin Storsjö | 2014-10-26 | 3 | -12/+16 |
* | wtv: Avoid needlessly calling gmtime twice with the same argument | Martin Storsjö | 2014-10-26 | 1 | -3/+3 |
* | mov: fix assigment check | Vittorio Giovara | 2014-10-24 | 1 | -1/+1 |
* | mxfenc: Fix possible integer overflows | Tomas Härdin | 2014-10-24 | 1 | -6/+6 |
* | mxfdec: add missing break | Vittorio Giovara | 2014-10-24 | 1 | -0/+1 |
* | matroskaenc: check avio_open_dyn_buf return value | Vittorio Giovara | 2014-10-24 | 1 | -2/+5 |
* | matroskadec: check return values | Vittorio Giovara | 2014-10-24 | 1 | -1/+9 |
* | matroskadec: fix leak on error | Vittorio Giovara | 2014-10-24 | 1 | -0/+1 |
* | lavf: replace rename() with ff_rename() | Luca Barbato | 2014-10-24 | 3 | -8/+24 |
* | flac_picture: prevent a possible out of bound write | Vittorio Giovara | 2014-10-24 | 1 | -5/+5 |
* | img2dec: check av_new_packet return value | Vittorio Giovara | 2014-10-24 | 1 | -2/+4 |
* | audiointerleave: check av_new_packet return value | Vittorio Giovara | 2014-10-24 | 1 | -2/+4 |
* | mp3enc: write full LAME frame | Anton Khirnov | 2014-10-24 | 1 | -33/+127 |
* | mp3dec: fix reading the Xing tag | Anton Khirnov | 2014-10-24 | 1 | -1/+3 |