| Commit message (Expand) | Author | Age | Files | Lines |
* | rtpenc_jpeg: check for color_range too | Vittorio Giovara | 2014-06-28 | 1 | -4/+8 |
* | dump_stream: print the timebase as is, do not reduce it | Anton Khirnov | 2014-06-26 | 1 | -2/+1 |
* | Check mp3 header before calling avpriv_mpegaudio_decode_header(). | Justin Ruggles | 2014-06-22 | 1 | -7/+10 |
* | Replace av_malloc() and memset(0) by av_mallocz() | Diego Biurrun | 2014-06-22 | 3 | -9/+4 |
* | build: Add missing object files for webm muxer | Diego Biurrun | 2014-06-22 | 1 | -2/+3 |
* | build: Add missing object files for Matroska demuxer | Diego Biurrun | 2014-06-22 | 1 | -1/+2 |
* | build: Add missing replaygain object file for CAF demuxer | Diego Biurrun | 2014-06-22 | 1 | -1/+1 |
* | rtsp: Support misordered fmtp rtpmap | Joshua Kordani | 2014-06-18 | 1 | -3/+16 |
* | rtsp: Factor out fmtp parsing | Luca Barbato | 2014-06-18 | 1 | -9/+18 |
* | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 16 | -42/+84 |
* | riffenc: take an AVStream instead of an AVCodecContext | Anton Khirnov | 2014-06-18 | 4 | -18/+19 |
* | lavf: add the notimestamps flag to the muxers missing it | Anton Khirnov | 2014-06-18 | 9 | -0/+9 |
* | rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebase | Anton Khirnov | 2014-06-18 | 1 | -1/+6 |
* | Remove avserver. | Anton Khirnov | 2014-06-18 | 5 | -794/+0 |
* | flvenc: Don't over-count metadata. | Josh Allmann | 2014-06-17 | 1 | -1/+2 |
* | lavf: dump stream side data when probing | Vittorio Giovara | 2014-06-14 | 1 | -0/+143 |
* | lavf: group dump functions together | Vittorio Giovara | 2014-06-14 | 3 | -246/+285 |
* | Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs | Diego Biurrun | 2014-06-12 | 1 | -3/+1 |
* | mpegts: Provide an option to override the pcr period | Luca Barbato | 2014-06-10 | 1 | -1/+4 |
* | mpegts: Move the option section to the bottom | Luca Barbato | 2014-06-10 | 1 | -35/+35 |
* | oggenc: Set the right AVOption size for the pref_duration option | Martin Storsjö | 2014-06-06 | 1 | -1/+1 |
* | mov: Export geotag metadata fields | Martin Storsjö | 2014-06-06 | 1 | -0/+41 |
* | oggenc: Support flushing the muxer | Martin Storsjö | 2014-06-04 | 2 | -3/+20 |
* | 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 |