| Commit message (Expand) | Author | Age | Files | Lines |
* | movenc: Don't store a nonzero creation time if nothing was set by the caller | Martin Storsjö | 2012-01-10 | 1 | -1/+2 |
* | mov: Don't stick the QuickTime field ordering atom in extradata. | Alex Converse | 2011-12-21 | 1 | -1/+20 |
* | movenc: Rudimentary IODs support. | Alex Converse | 2011-12-15 | 1 | -11/+28 |
* | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -2/+2 |
* | Remove extraneous semicolons | Mans Rullgard | 2011-12-11 | 1 | -1/+1 |
* | movenc: Use the actual converted sample for RTP hinting | Martin Storsjö | 2011-12-11 | 1 | -2/+11 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | movenc: write 'chan' tag for AC-3 in MOV | Justin Ruggles | 2011-12-09 | 1 | -0/+1 |
* | mov: add support for reading and writing the 'chan' tag | Justin Ruggles | 2011-12-09 | 1 | -0/+26 |
* | movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs | Justin Ruggles | 2011-12-09 | 1 | -43/+18 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+1 |
* | movenc: Set a correct packet size for AMR-NB mode 15, "no data" | Carl Eugen Hoyos | 2011-11-05 | 1 | -1/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -2/+2 |
* | lavc/lavf: use unique private classes. | Anton Khirnov | 2011-10-05 | 1 | -10/+17 |
* | movenc: fix NULL reference in mov_write_tkhd_tag | Anton Khirnov | 2011-09-19 | 1 | -1/+1 |
* | movenc: create an alternate group for each media type | Anton Khirnov | 2011-09-17 | 1 | -1/+2 |
* | Fixed size given to init_get_bits(). | Laurent Aimar | 2011-09-15 | 1 | -1/+1 |
* | movenc: use libx264 by default when possible for mov, mp4 and psp | Anton Khirnov | 2011-08-22 | 1 | -0/+12 |
* | movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings | Anton Khirnov | 2011-08-16 | 1 | -2/+2 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -60/+56 |
* | lavf: factor out conversion of ISO8601 string to unix time | Anton Khirnov | 2011-07-13 | 1 | -5/+2 |
* | lavf: deprecate AVFormatContext.timestamp | Anton Khirnov | 2011-07-12 | 1 | -1/+13 |
* | lavc: make avcodec_alloc_context3 officially public. | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | movenc: Add RTP muxer/hinter options | Martin Storsjö | 2011-06-10 | 1 | -0/+2 |
* | movenc: Pass the RTP AVFormatContext to the SDP generation | Martin Storsjö | 2011-06-10 | 1 | -3/+3 |
* | sdp: Allow passing an AVFormatContext to the SDP generation | Martin Storsjö | 2011-06-10 | 1 | -1/+1 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -12/+13 |
* | improved 'edts' atom writing support | Gil Pedersen | 2011-05-31 | 1 | -10/+39 |
* | movenc: Deprecate the global RTP hinting flag, use a private AVOption instead | Martin Storsjö | 2011-05-27 | 1 | -1/+11 |
* | movenc: Add an AVClass for setting muxer specific options | Martin Storsjö | 2011-05-27 | 1 | -0/+18 |
* | movenc: always write esds descriptor length using 4 bytes. | Baptiste Coudurier | 2011-05-13 | 1 | -11/+3 |
* | movenc: fix yuv range in avid atoms used by dnxhd. | Baptiste Coudurier | 2011-05-12 | 1 | -1/+1 |
* | movenc: fix adpcm mono muxing. | Alex Converse | 2011-05-12 | 1 | -0/+1 |
* | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 1 | -1/+1 |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -37/+37 |
* | movenc: use correct tag for dvcpro hd | Baptiste Coudurier | 2011-03-02 | 1 | -6/+17 |
* | movenc: fix tkhd height for imx | Baptiste Coudurier | 2011-03-01 | 1 | -1/+1 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -9/+9 |
* | movenc: remove uses of deprecated API. | Ronald S. Bultje | 2011-02-25 | 1 | -4/+4 |
* | store pasp atom for all types of quicktime movie | Maksym Veremeyenko | 2011-02-25 | 1 | -2/+1 |
* | reindent after tapt patch | Maksym Veremeyenko | 2011-02-25 | 1 | -5/+5 |
* | use tapt atom for sample aspect ratio | Maksym Veremeyenko | 2011-02-25 | 1 | -0/+35 |
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 1 | -107/+108 |