| Commit message (Expand) | Author | Age | Files | Lines |
* | flv: Validate the packet size | Luca Barbato | 2017-04-20 | 1 | -0/+6 |
* | flvdec: Set avg_frame_rate for video streams | Carl Eugen Hoyos | 2017-03-22 | 1 | -0/+9 |
* | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+2 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -122/+127 |
* | flvdec: Add sanity checking of the last packet size | Martin Storsjö | 2016-01-19 | 1 | -7/+9 |
* | flvdec: perform duration search just once | Michael Niedermayer | 2016-01-19 | 1 | -1/+4 |
* | flvdec: do not create any streams in read_header() | Anton Khirnov | 2015-12-12 | 1 | -9/+2 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | flv: Name an enum and use its type | Vittorio Giovara | 2015-06-12 | 1 | -1/+2 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -3/+3 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | flvdec: Document how the duration is retrieved at the end of the file | Uwe L. Korn | 2014-11-24 | 1 | -0/+4 |
* | flvdec: make sure to check create_stream and report the same error | Vittorio Giovara | 2014-10-21 | 1 | -2/+5 |
* | flvdec: avoid unitialized use of a struct member | Vittorio Giovara | 2014-10-21 | 1 | -0/+1 |
* | flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever met... | Andrew Stone | 2014-08-13 | 1 | -0/+1 |
* | Expose metadata found in onCuePoint events in .flv files. | Andrew Stone | 2014-08-13 | 1 | -40/+42 |
* | flv: Index the audio stream | Luca Barbato | 2014-08-01 | 1 | -2/+5 |
* | flvdec: Do not default to a video and audio stream | Uwe L. Korn | 2014-06-01 | 1 | -8/+0 |
* | flv: Do not mangle dts values for negative cts | Luca Barbato | 2014-04-23 | 1 | -2/+0 |
* | flv: Warn only once | Luca Barbato | 2014-04-23 | 1 | -1/+1 |
* | flv: Improve log messages | Luca Barbato | 2014-04-23 | 1 | -3/+3 |
* | flv: Workaround for buggy Omnia A/XE encoder | Benjamin Larsson | 2014-01-11 | 1 | -0/+6 |
* | flv: Make onTextData parsing robust | Luca Barbato | 2013-09-22 | 1 | -19/+69 |
* | flv: Do not export datastream as metadata | Luca Barbato | 2013-09-16 | 1 | -1/+2 |
* | flv: Fix the help string | Luca Barbato | 2013-08-27 | 1 | -1/+1 |
* | flvdec: Eliminate completely silly goto | Diego Biurrun | 2013-08-01 | 1 | -11/+7 |
* | flvdec: K&R formatting cosmetics | Diego Biurrun | 2013-08-01 | 1 | -323/+386 |
* | flvdec: Fix = vs. == typo in sample rate check | Diego Biurrun | 2013-08-01 | 1 | -1/+1 |
* | Remove unreachable returns | Diego Biurrun | 2013-07-27 | 1 | -4/+0 |
* | flvdec: read audio sample size and channels metadata | Justin Ruggles | 2013-03-28 | 1 | -1/+8 |
* | flvdec: use the correct audio codec id when parsing metadata | Justin Ruggles | 2013-03-28 | 1 | -1/+2 |
* | flvdec: Check the return value of a malloc | Martin Storsjö | 2013-03-02 | 1 | -2/+6 |
* | flvdec: Don't read the VP6 header byte when setting codec type based on metadata | Martin Storsjö | 2013-03-02 | 1 | -7/+9 |
* | flvdec: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+4 |
* | flvdec: always set AVFMTCTX_NOHEADER. | Anton Khirnov | 2012-09-11 | 1 | -4/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -42/+42 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | flvdec: remove spurious use of stream id | Luca Barbato | 2012-07-29 | 1 | -8/+7 |
* | flvdec: Treat all nellymoser versions as the same codec | Martin Storsjö | 2012-07-05 | 1 | -4/+0 |
* | flvdec: optionally trust the metadata | Luca Barbato | 2012-07-05 | 1 | -0/+35 |
* | flvdec: initial stream switch support | Luca Barbato | 2012-07-03 | 1 | -4/+91 |
* | flv: add support for G.711 | Damien Fetis | 2012-06-28 | 1 | -0/+8 |
* | flvdec: remove incomplete, disabled seeking code | Ronald S. Bultje | 2012-06-19 | 1 | -30/+0 |
* | flv: support stream text data as onTextData | Luca Barbato | 2012-06-03 | 1 | -15/+91 |
* | flvdec: Make sure sample_rate is set to the updated value | Martin Storsjö | 2012-05-23 | 1 | -2/+2 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -4/+4 |
* | flvdec: Remove the now redundant check for known broken metadata creator | Michael Niedermayer | 2012-02-27 | 1 | -12/+0 |
* | flvdec: Validate index entries added from metadata while reading | Martin Storsjö | 2012-02-27 | 1 | -3/+52 |