summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf: Remove experimental flag for Opus in WebMVignesh Venkatasubramanian2014-05-281-2/+2
* libavformat/utils: Warning about invalid cover art instead of an errorLazaros Koromilas2014-05-281-2/+6
* avformat/matroskaenc: fix ident stringMichael Niedermayer2014-05-281-1/+1
* Merge commit '106b62f4ba600f24415eaded5e020aeceb23fd59'Michael Niedermayer2014-05-282-2/+47
|\
| * matroskaenc: write the channel mask for FLACAnton Khirnov2014-05-282-2/+47
* | Merge commit 'efcde917af407a6031ecff68edd51fce7b83d104'Michael Niedermayer2014-05-284-16/+10
|\ \ | |/
| * vorbiscomment: simplify API by using av_dict_count()Anton Khirnov2014-05-284-16/+10
* | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer2014-05-2812-13/+54
|\ \ | |/
| * matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-2811-12/+53
* | Merge commit '4efdadc8ec50332c812e8a95e8c67f5a260e7cb0'Michael Niedermayer2014-05-281-1/+24
|\ \ | |/
| * matroskadec: export just the STREAMINFO block as FLAC extradataAnton Khirnov2014-05-281-1/+24
* | Merge commit '6df478bf891b9fc5626e4a0b993899f310ba0a1c'Michael Niedermayer2014-05-281-68/+80
|\ \ | |/
| * matroskadec: split parsing tracks into a separate functionAnton Khirnov2014-05-281-58/+69
* | Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0'Michael Niedermayer2014-05-281-1/+1
|\ \ | |/
| * flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov2014-05-281-1/+1
* | Merge commit '54ed488b1af583df6c9d2a73b4a44f16b7e4f82c'Michael Niedermayer2014-05-283-0/+36
|\ \ | |/
| * flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel filesAnton Khirnov2014-05-283-0/+36
* | Merge commit 'd6b9ce99ea384fb676561461768b8316725a4ccd'Michael Niedermayer2014-05-281-0/+15
|\ \ | |/
| * flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tagAnton Khirnov2014-05-281-0/+15
* | libavformat/utils: Fix segfault on m4a cover artwork parsingLazaros Koromilas2014-05-281-0/+2
* | avformat/oggenc: fix EOS flagMichael Niedermayer2014-05-281-2/+2
* | Merge commit '9767d7c092c890ecc5953452e8a951fd902dd67b'Michael Niedermayer2014-05-281-0/+2
|\ \ | |/
| * oggenc: Flush after writing headersAndrew Kelley2014-05-271-0/+2
* | Merge commit '1d3eb0b5735f6dd72d2bf648455cf06ac7c24bc1'Michael Niedermayer2014-05-281-22/+22
|\ \ | |/
| * oggenc: Move ogg_write_pages up above ogg_write_headerAndrew Kelley2014-05-271-22/+22
* | avformat/rtspdec: Use av_mallocz_array()Michael Niedermayer2014-05-271-1/+1
* | avformat/utils: set max analyze duration depending on the circumstancesMichael Niedermayer2014-05-261-2/+6
* | avformat: move default for max_analyze_duration into utils.cMichael Niedermayer2014-05-263-3/+9
* | Write the actual mp3 frame size when muxing into caf if available.Carl Eugen Hoyos2014-05-261-1/+5
* | avformat/mov: allow seeking back to the begin even if nothing is marked as ke...Michael Niedermayer2014-05-261-1/+1
* | update APIchanges & version for c37d179Michael Niedermayer2014-05-261-1/+1
* | avformat: add format_probesize to allow tuning the maximum amount of bytes to...Michael Niedermayer2014-05-253-4/+11
* | Merge commit 'e0d01dc7d7fc3ce4c23f286a10870e9599c8b8b9'Michael Niedermayer2014-05-251-0/+2
|\ \ | |/
| * smoothstream: check malloc callsNidhi Makhijani2014-05-241-0/+2
* | avcodec/webvttenc: add webvtt encoderAman Gupta2014-05-251-0/+1
* | Merge commit '8692e6284f5169257a537c8fc25addf32fc67c87'Michael Niedermayer2014-05-241-2/+6
|\ \ | |/
| * rdt: check malloc callsNidhi Makhijani2014-05-241-2/+6
* | avformat/vobsub: do not create empty streams.Clément Bœsch2014-05-241-23/+35
* | avformat/mov: use av_display_rotation_get() for rotate metadata.Clément Bœsch2014-05-231-16/+14
* | Refuse to mux H.264 with fourcc H264 into avi without startcode.Carl Eugen Hoyos2014-05-232-1/+7
* | avformat/mov: Dont blindly trust the stream duration in seting chapter timesMichael Niedermayer2014-05-231-0/+5
* | avformat/utils: Check end time in avpriv_new_chapter()Michael Niedermayer2014-05-231-0/+5
* | avformat/movenc: Check that packet duration is valid in ff_mov_write_packet()Michael Niedermayer2014-05-231-0/+4
* | Fix the mime types for MPEG and MPEG-TS formatsFlorent Le Coz2014-05-223-4/+4
* | libavformat/matroskaenc: Add WebM DASH supportVignesh Venkatasubramanian2014-05-221-18/+50
* | Autodetect Asterisk raw pcm with extension "sln".Carl Eugen Hoyos2014-05-222-0/+27
* | Don't overwrite codec_id with 0 in ff_mp4_read_dec_config_descr().Carl Eugen Hoyos2014-05-211-1/+4
* | avformat: add av_stream_get_end_pts()Michael Niedermayer2014-05-213-1/+13
* | Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37'Michael Niedermayer2014-05-203-2/+28
|\ \ | |/
| * lavf: add av_stream_get_side_dataJanne Grunau2014-05-203-2/+28