| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/asfenc: honor the maximum of 63 payloads | Aaron Graham | 2014-05-13 | 1 | -0/+3 |
* | Merge commit '6072184e702b4b631ac72f1b66b75e5f21e0ce2d' | Michael Niedermayer | 2014-05-01 | 1 | -14/+18 |
|\ |
|
| * | asfenc: use codec descriptors instead of AVCodecs to write codec info | Anton Khirnov | 2014-05-01 | 1 | -14/+18 |
* | | ff_put_wav_header: add flag to force WAVEFORMATEX | Daniel Verkamp | 2014-04-30 | 1 | -1/+1 |
* | | Never write 0 as maximum bitrate for asf files. | Carl Eugen Hoyos | 2014-04-24 | 1 | -1/+1 |
* | | avformat/asfenc: dont allow non interleaved packets | Michael Niedermayer | 2014-04-21 | 1 | -0/+1 |
* | | Write sample_aspect_ratio to asf files. | Carl Eugen Hoyos | 2014-04-17 | 1 | -3/+39 |
* | | Move GUID-related objects to riffenc.c and riff.c. | Carl Eugen Hoyos | 2014-01-29 | 1 | -6/+0 |
* | | riffenc: add option to ff_put_bmp_header to ignore extradata | Peter Ross | 2013-12-23 | 1 | -1/+1 |
* | | Merge commit 'bb461370e34b1fa1637f34ce7d37b934ddb472d5' | Michael Niedermayer | 2013-09-20 | 1 | -1/+65 |
|\| |
|
| * | asfenc: mux chapters in ASF files using an ASF "marker" section | Vladimir Pantelic | 2013-09-19 | 1 | -1/+65 |
* | | Merge commit '09f3c937ed6fd7c5bd64450d45f73b0f4975f4c9' | Michael Niedermayer | 2013-09-20 | 1 | -3/+13 |
|\| |
|
| * | asfenc: remember send time and offset of the index entries | Vladimir Pantelic | 2013-09-19 | 1 | -0/+4 |
* | | Merge commit 'c53b5dda352452e79a9e962cd4c74c813186d9ed' | Michael Niedermayer | 2013-09-20 | 1 | -6/+8 |
|\| |
|
| * | asfdec: replace magic constant with DATA_HEADER_SIZE | Vladimir Pantelic | 2013-09-19 | 1 | -6/+8 |
* | | avformat/asfenc: fix a build error | Chih-Wei Huang | 2013-09-17 | 1 | -1/+1 |
* | | avformat/asfenc: use av_freep() for extra saftey | Michael Niedermayer | 2013-09-11 | 1 | -1/+1 |
* | | Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa' | Michael Niedermayer | 2013-09-11 | 1 | -4/+16 |
|\| |
|
| * | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -3/+7 |
* | | asfenc: convert asserts to av_assert | Michael Niedermayer | 2013-04-07 | 1 | -5/+6 |
* | | Merge commit '2c328a907978b61949fd20f7c991803174337855' | Michael Niedermayer | 2013-03-20 | 1 | -8/+0 |
|\| |
|
| * | Revert "asfenc: return error on negative timestamp" | Anton Khirnov | 2013-03-19 | 1 | -8/+0 |
* | | Merge commit '50c449ac24fbb4c03c15d2e2026cef2204b80385' | Michael Niedermayer | 2013-03-18 | 1 | -0/+8 |
|\| |
|
| * | asfenc: return error on negative timestamp | Luca Barbato | 2013-03-18 | 1 | -0/+8 |
* | | Merge commit '48a4ffa722c0874b251de9d201babed52cef0bcb' | Michael Niedermayer | 2013-02-06 | 1 | -170/+145 |
|\| |
|
| * | asf: K&R formatting cosmetics | Diego Biurrun | 2013-02-06 | 1 | -183/+161 |
* | | asfenc: avoid negative timestampsn1.1-dev | Michael Niedermayer | 2012-09-28 | 1 | -0/+3 |
* | | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b' | Michael Niedermayer | 2012-09-16 | 1 | -1/+0 |
|\| |
|
| * | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-11 | 1 | -1/+1 |
|\| |
|
| * | dict: add av_dict_count() | Mans Rullgard | 2012-08-10 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -10/+10 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -10/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -2/+2 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -2/+2 |
| * | lavf: use conditional notation for default codec in muxer declarations. | Ronald S. Bultje | 2012-07-22 | 1 | -10/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -4/+8 |
|\| |
|
| * | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -4/+8 |
* | | asfenc: properly write index information | Ramiro Polla | 2012-04-05 | 1 | -22/+42 |
* | | asfenc: start at object 1 instead of 0 | Ramiro Polla | 2012-04-05 | 1 | -1/+1 |
* | | asfenc: remove useless casts | Ramiro Polla | 2012-04-05 | 1 | -4/+4 |
* | | asfenc: reduce code duplication with new variable | Ramiro Polla | 2012-04-05 | 1 | -2/+3 |
* | | asfenc: rename some variables | Ramiro Polla | 2012-04-05 | 1 | -10/+10 |
* | | asfenc: realloc index_ptr fewer times | Ramiro Polla | 2012-04-05 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -1/+2 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | | Never use MP3 as default audio codec for asf. | ami_stuff | 2011-11-11 | 1 | -8/+0 |
* | | asfenc: Use wmav2 audio codec by default. | ami_stuff | 2011-11-11 | 1 | -1/+1 |
* | | asfenc: rename put_guid to ff_put_guid | Peter Ross | 2011-11-05 | 1 | -14/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 1 | -4/+0 |
|\| |
|