summaryrefslogtreecommitdiffstats
path: root/libavformat/asfenc.c
Commit message (Expand)AuthorAgeFilesLines
* asfenc: avoid negative timestampsMichael Niedermayer2012-09-281-0/+3
* Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer2012-09-161-1/+0
|\
| * lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-111-1/+1
|\ \ | |/
| * dict: add av_dict_count()Mans Rullgard2012-08-101-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-10/+10
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-10/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-2/+2
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-2/+2
| * lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-221-10/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-4/+8
|\ \ | |/
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-4/+8
* | asfenc: properly write index informationRamiro Polla2012-04-051-22/+42
* | asfenc: start at object 1 instead of 0Ramiro Polla2012-04-051-1/+1
* | asfenc: remove useless castsRamiro Polla2012-04-051-4/+4
* | asfenc: reduce code duplication with new variableRamiro Polla2012-04-051-2/+3
* | asfenc: rename some variablesRamiro Polla2012-04-051-10/+10
* | asfenc: realloc index_ptr fewer timesRamiro Polla2012-04-051-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Never use MP3 as default audio codec for asf.ami_stuff2011-11-111-8/+0
* | asfenc: Use wmav2 audio codec by default.ami_stuff2011-11-111-1/+1
* | asfenc: rename put_guid to ff_put_guidPeter Ross2011-11-051-14/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-141-4/+0
|\ \ | |/
| * riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-141-4/+0
* | Use WMAv2 as default audio codec for asf.Carl Eugen Hoyos2011-10-051-1/+1
* | Use M4S2 as default video tag for MPEG-4 ASP in asf.Carl Eugen Hoyos2011-10-051-1/+1
* | asfenc: fix assert failure on long ffserver runsChiranjeevi Melam2011-09-091-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-22/+22
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-22/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-9/+9
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-9/+9
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-8/+8
|\ \ | |/
| * avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-3/+3
| * avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-031-3/+3
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-4/+4
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-10/+10
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-9/+9
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-90/+90
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-2/+3
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-13/+13
* asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-091-0/+25
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-211-3/+3
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-161-1/+1
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-2/+2
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-3/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-9/+9
OpenPOWER on IntegriCloud