| Commit message (Expand) | Author | Age | Files | Lines |
* | rtmpproto: read metadata to set correct FLV header | Uwe L. Korn | 2014-06-01 | 1 | -1/+65 |
* | rtmppkt: Add method to read an AMF string that is not prefixed by its type | Uwe L. Korn | 2014-06-01 | 2 | -4/+27 |
* | flvdec: Do not default to a video and audio stream | Uwe L. Korn | 2014-06-01 | 1 | -8/+0 |
* | flac muxer: support reading updated extradata from side data | Anton Khirnov | 2014-06-01 | 4 | -15/+37 |
* | flac muxer: accept only STREAMINFO extradata | Anton Khirnov | 2014-06-01 | 1 | -6/+5 |
* | matroskaenc: Allow VP9 and Opus in webm | Tudor Suciu | 2014-06-01 | 1 | -1/+3 |
* | rtpenc_chain: Don't copy the time base to the source stream by default | Martin Storsjö | 2014-05-31 | 3 | -3/+2 |
* | Revert "rtpenc_chain: Don't copy the time_base back to the caller" | Martin Storsjö | 2014-05-30 | 1 | -0/+3 |
* | matroskaenc: set the stream timebase earlier | Anton Khirnov | 2014-05-29 | 1 | -3/+3 |
* | flvenc: only write the framerate tag based on avg_frame_rate | Anton Khirnov | 2014-05-29 | 1 | -4/+4 |
* | movenc: write avg_frame_rate as the framerate, not the codec timebase | Anton Khirnov | 2014-05-29 | 1 | -1/+7 |
* | matroskaenc: base DefaultDuration on the framerate, not the codec timebase | Anton Khirnov | 2014-05-29 | 1 | -1/+2 |
* | nut: Support experimental NUT 4 features | Luca Barbato | 2014-05-28 | 3 | -9/+74 |
* | avformat: Provide a standard compliance flag | Luca Barbato | 2014-05-28 | 3 | -1/+11 |
* | oggenc: Fix the EOS flag | Michael Niedermayer | 2014-05-28 | 1 | -2/+2 |
* | matroskaenc: write the channel mask for FLAC | Anton Khirnov | 2014-05-28 | 2 | -2/+47 |
* | vorbiscomment: simplify API by using av_dict_count() | Anton Khirnov | 2014-05-28 | 4 | -16/+10 |
* | matroskadec: parse the channel layout mask for FLAC | Anton Khirnov | 2014-05-28 | 11 | -12/+53 |
* | matroskadec: export just the STREAMINFO block as FLAC extradata | Anton Khirnov | 2014-05-28 | 1 | -1/+24 |
* | matroskadec: split parsing tracks into a separate function | Anton Khirnov | 2014-05-28 | 1 | -58/+69 |
* | flac: make avpriv_flac_parse_block_header() inline | Anton Khirnov | 2014-05-28 | 1 | -1/+1 |
* | flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel files | Anton Khirnov | 2014-05-28 | 3 | -0/+36 |
* | flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag | Anton Khirnov | 2014-05-28 | 1 | -0/+15 |
* | oggenc: Flush after writing headers | Andrew Kelley | 2014-05-27 | 1 | -0/+2 |
* | oggenc: Move ogg_write_pages up above ogg_write_header | Andrew Kelley | 2014-05-27 | 1 | -22/+22 |
* | smoothstream: check malloc calls | Nidhi Makhijani | 2014-05-24 | 1 | -0/+2 |
* | rdt: check malloc calls | Nidhi Makhijani | 2014-05-24 | 1 | -2/+6 |
* | lavf: add av_stream_get_side_data | Janne Grunau | 2014-05-20 | 3 | -2/+28 |
* | mov: store display matrix in a stream side data | Vittorio Giovara | 2014-05-19 | 2 | -10/+54 |
* | lavf: deprecate now unused AVStream.pts | Anton Khirnov | 2014-05-19 | 3 | -107/+12 |
* | mux: drop one of the hacks comprising compute_pkt_fields2() | Anton Khirnov | 2014-05-19 | 1 | -7/+0 |
* | movenc: use the "encoder" metadata tag to write stsd Compressorname | Anton Khirnov | 2014-05-18 | 2 | -2/+6 |
* | wavenc: use codec descriptors to get the codec name | Anton Khirnov | 2014-05-18 | 1 | -2/+3 |
* | dv: do not set codec timebase | Anton Khirnov | 2014-05-18 | 1 | -1/+1 |
* | lavf: extend avg_frame_rate documentation. | Anton Khirnov | 2014-05-18 | 1 | -0/+4 |
* | avienc: sanitize variable naming in write_header() | Anton Khirnov | 2014-05-18 | 1 | -41/+41 |
* | yop: only set extradata size after it has been successfully allocated | Anton Khirnov | 2014-05-18 | 1 | -3/+2 |
* | yuv4mpegdec: do not set coded_frame properties | Anton Khirnov | 2014-05-18 | 1 | -20/+6 |
* | yuv4mpeg: split the demuxer and muxer into separate files | Anton Khirnov | 2014-05-18 | 4 | -174/+220 |
* | a64: check that extradata exists before reading from it | Anton Khirnov | 2014-05-18 | 1 | -0/+6 |
* | a64: remove unneeded struct qualifier | Anton Khirnov | 2014-05-18 | 1 | -1/+1 |
* | 4xm: allocate extradata properly. | Anton Khirnov | 2014-05-18 | 1 | -1/+4 |
* | riff: Pass block_align to estimate frame duration | nu774 | 2014-05-17 | 1 | -1/+1 |
* | hlsenc: Set the default codecs to AAC and H264 | Martin Storsjö | 2014-05-17 | 1 | -2/+2 |
* | avisynth: set duration of audio streams | Hendrik Leppkes | 2014-05-16 | 1 | -0/+1 |
* | lavf: drop the zero-sized packets hack | Anton Khirnov | 2014-05-15 | 1 | -6/+0 |
* | lavf: add AVFMT_FLAG_BITEXACT. | Anton Khirnov | 2014-05-15 | 9 | -12/+28 |
* | lavf: properly document the distinction between flags and ctx_flags | Anton Khirnov | 2014-05-14 | 1 | -1/+9 |
* | build: handle library dependencies in configure | Janne Grunau | 2014-05-13 | 1 | -1/+0 |
* | rtmpproto: Check the buffer sizes when copying app/playpath strings | Martin Storsjö | 2014-05-08 | 1 | -4/+5 |