| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4' | Michael Niedermayer | 2014-06-12 | 1 | -3/+1 |
|\ |
|
| * | Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs | Diego Biurrun | 2014-06-12 | 1 | -3/+1 |
* | | avformat/oggparsevorbis: Dont attempt to calculate timestamps from gp=0 | Michael Niedermayer | 2014-06-11 | 1 | -0/+4 |
* | | Merge commit 'f121dbd9f76031d7f6d56261be2f14937a19d2dd' | Michael Niedermayer | 2014-06-10 | 1 | -1/+4 |
|\| |
|
| * | mpegts: Provide an option to override the pcr period | Luca Barbato | 2014-06-10 | 1 | -1/+4 |
* | | Merge commit '3f7e94eccd1c0d64679f2c4eda8bb942a158dfac' | Michael Niedermayer | 2014-06-10 | 1 | -44/+44 |
|\| |
|
| * | mpegts: Move the option section to the bottom | Luca Barbato | 2014-06-10 | 1 | -35/+35 |
| * | oggenc: Set the right AVOption size for the pref_duration option | Martin Storsjö | 2014-06-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2014-06-10 | 4 | -9/+18 |
|\ \ |
|
| * | | Allow values >31bit for -analyzeduration. | Carl Eugen Hoyos | 2014-06-10 | 4 | -9/+18 |
* | | | avformat/nutenc: cleaner version check | Michael Niedermayer | 2014-06-10 | 1 | -1/+1 |
* | | | avformat/nutenc: Fix error handling in nut_write_packet() | Michael Niedermayer | 2014-06-10 | 1 | -10/+17 |
* | | | avformat/rawdec: Increase probe score when "Content-Type: image/jpeg" is foun... | Michael Niedermayer | 2014-06-10 | 1 | -3/+11 |
* | | | avformat/utils: dont wait for a first dts on demuxers which have AVFMT_NOTIME... | Michael Niedermayer | 2014-06-10 | 1 | -0/+1 |
* | | | avformat/rawdec: mark raw vc1 and mjpeg as having no timestamps | Michael Niedermayer | 2014-06-10 | 1 | -2/+2 |
* | | | avformat/rawdec: add FF_DEF_RAWVIDEO_DEMUXER2, which allows specifying the flags | Michael Niedermayer | 2014-06-10 | 1 | -2/+5 |
|/ / |
|
* | | avformat/nutenc: Fix error handling in write_sm_data() | Michael Niedermayer | 2014-06-10 | 1 | -5/+10 |
* | | lavf/mpegts: Reduce number of "Predefined SLConfigDescriptor" warnings shown. | Carl Eugen Hoyos | 2014-06-09 | 1 | -1/+3 |
* | | avformat: add mjpeg_probe() | Michael Niedermayer | 2014-06-09 | 1 | -1/+59 |
* | | avformat/cavsvideodec: Fix probing when the file extension is avs | Michael Niedermayer | 2014-06-09 | 1 | -1/+1 |
* | | avformat/movenc: use av_malloc(z)_array() | Michael Niedermayer | 2014-06-08 | 1 | -3/+3 |
* | | avformat/udp: fix build on MINIX | Michael Niedermayer | 2014-06-07 | 1 | -0/+2 |
* | | avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial f... | Michael Niedermayer | 2014-06-07 | 1 | -0/+12 |
* | | lavf/matroskaenc: Fix Cues on Audio for WebM DASH | Vignesh Venkatasubramanian | 2014-06-06 | 1 | -1/+1 |
* | | avformat/mov: fix "warning: variable altitude set but not used" warning | Michael Niedermayer | 2014-06-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2014-06-06 | 2 | -2/+2 |
|\ \ |
|
| * | | Allow >2G for skip_initial_bytes. | Carl Eugen Hoyos | 2014-06-06 | 2 | -2/+2 |
* | | | Merge commit 'e7d6d0bf3c5cc1bc048b0ddbc169a91862568e0c' | Michael Niedermayer | 2014-06-06 | 1 | -0/+40 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | mov: Export geotag metadata fields | Martin Storsjö | 2014-06-06 | 1 | -0/+41 |
* | | Merge commit '95b7fa1729b93bbb3f4fb85a5c0cb53cf970c3c7' | Michael Niedermayer | 2014-06-04 | 2 | -3/+20 |
|\| |
|
| * | oggenc: Support flushing the muxer | Martin Storsjö | 2014-06-04 | 2 | -3/+20 |
* | | avformat/avidec: allow rounding errors between scale/rate and timebase | Michael Niedermayer | 2014-06-04 | 1 | -2/+1 |
* | | fix various typos | Lou Logan | 2014-06-03 | 5 | -5/+5 |
* | | avformat/asfdec: Use a parser for mpeg4-asp to find has_b_frames | Michael Niedermayer | 2014-06-03 | 1 | -0/+2 |
* | | Do not limit blocksize when reading PCM from aiff. | Carl Eugen Hoyos | 2014-06-03 | 1 | -2/+8 |
* | | avformat/utils/avformat_find_stream_info: Move max_analyze_duration setup out... | Michael Niedermayer | 2014-06-02 | 1 | -8/+8 |
* | | avformat/utils: Call ff_rfps_add_frame() only for video | Michael Niedermayer | 2014-06-02 | 1 | -1/+2 |
* | | avformat/mux: Dont leave stale side data pointers in ff_interleave_add_packet() | Michael Niedermayer | 2014-06-02 | 1 | -0/+2 |
* | | avformat/mux: fix memleak of side data in flac fate tests | Michael Niedermayer | 2014-06-02 | 1 | -1/+0 |
* | | Report "unknown codec" instead of "unspecifed size" if the codec is unknown. | Carl Eugen Hoyos | 2014-06-02 | 1 | -2/+3 |
* | | Merge commit '59cb5747ec3c5cd842b94e574c37889521c97cc4' | Michael Niedermayer | 2014-06-02 | 1 | -1/+65 |
|\| |
|
| * | rtmpproto: read metadata to set correct FLV header | Uwe L. Korn | 2014-06-01 | 1 | -1/+65 |
* | | Merge commit '3b18857ab301d2a0b3e86e9d85eed76f0798a29c' | Michael Niedermayer | 2014-06-01 | 2 | -4/+27 |
|\| |
|
| * | rtmppkt: Add method to read an AMF string that is not prefixed by its type | Uwe L. Korn | 2014-06-01 | 2 | -4/+27 |
* | | Merge commit 'a1859032e39d96352687186fd179e1559dea2aca' | Michael Niedermayer | 2014-06-01 | 1 | -8/+0 |
|\| |
|
| * | flvdec: Do not default to a video and audio stream | Uwe L. Korn | 2014-06-01 | 1 | -8/+0 |
* | | Merge commit 'e19d48dfce52f1417f7f06143b96fed00cbcdc52' | Michael Niedermayer | 2014-06-01 | 4 | -15/+37 |
|\| |
|
| * | flac muxer: support reading updated extradata from side data | Anton Khirnov | 2014-06-01 | 4 | -15/+37 |
* | | Merge commit '0097cbea695e534fce39958ccd103af2fbf65831' | Michael Niedermayer | 2014-06-01 | 1 | -6/+5 |
|\| |
|
| * | flac muxer: accept only STREAMINFO extradata | Anton Khirnov | 2014-06-01 | 1 | -6/+5 |