summaryrefslogtreecommitdiff
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | removes spurious warningJoseph Wecker2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * flvenc: use first packet delay as global delay.Justin Ruggles2011-11-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-22
|\|
| * flvenc: store delay and last_ts per-stream.Justin Ruggles2011-10-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * flvenc: check packet duration in speex using timestampsJustin Ruggles2011-10-20
| * flvenc: adjust for negative DTS for all codecs, not just H.264Justin Ruggles2011-10-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * flvenc: Write the right metadata entry countMartin Storsjö2011-10-12
* | flvenc: Ignore metadata that has special values and is stored already based onMichael Niedermayer2011-10-06
* | flvenc: Correctly encode data stream into in-band metadata frames.Joseph Wecker2011-09-07
* | flv: Ammon's changes migrated from 0.6.0 - I believe for the android broadcas...Joseph Wecker2011-09-07
* | flvenc: use avcodec_get_name to report unsupported codecs.Nicolas George2011-08-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-17
|\|
| * flvenc: use int64_t to store offsetsLuca Barbato2011-08-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-07
|\|
| * flvenc: propagate error properlyLuca Barbato2011-06-06
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | In mov and flv muxer, check aac bitstream validity.Baptiste Coudurier2011-04-18
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* FLV MetadataTomás Touceda2010-09-10
* Add AVC EOS tag to H264-encoded FLV files.Thierry Foucu2010-08-18
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-22
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Guess the duration before converting video and write guessed durationJustin Johnson2010-02-02
* FLV 8-bit PCM is unsigned, not signedDaniel Verkamp2009-12-14
* FLV muxer support for Flash screen codec v2Daniel Verkamp2009-11-20
* Log a clearer warning message when muxing FLV with Speex containing more thanJustin Ruggles2009-10-16
* Add Speex support to the FLV muxer.Justin Ruggles2009-10-16
* Flv should be AVFMT_VARIABLE_FPS.Michael Niedermayer2009-09-16
* Fix onMetaData property count in flv files (issue 1206).Yoshihisa Uchida2009-06-20
* Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink2009-02-02