aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/swf: remove unused assert include.Clément Bœsch2013-05-261-3/+0
* matroska_read_seek: Fix used streams for subtitle index compensationMichael Niedermayer2013-05-261-4/+5
* avformat/mov: Rename alt_sample_size so its name matches what it isMichael Niedermayer2013-05-252-3/+3
* img2dec: support seeking with ts_from_fileMichael Niedermayer2013-05-251-2/+10
* img2dec: dont set start_time/duration to invalid valuesMichael Niedermayer2013-05-251-2/+4
* img2dec: Add ts_from_file optionAndrey Utkin2013-05-251-2/+16
* framemd5_class and md5enc_class may not be identical.Reimar Döffinger2013-05-241-1/+1
* Fix compilation with --disable-everything --enable-muxer=vc1Thilo Borgmann2013-05-241-0/+1
* vformat/wtvenc: fix doxygen commentsMichael Niedermayer2013-05-241-4/+4
* avformat/wtvdec: fix doxygen commentsMichael Niedermayer2013-05-241-7/+7
* avformat/jvdec: fix doxygen commentsMichael Niedermayer2013-05-241-4/+4
* avformat/gif: remove unneeded doxygen commentMichael Niedermayer2013-05-241-1/+1
* Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d'Michael Niedermayer2013-05-241-1/+1
|\
| * w32pthreads: move from lavc to compat/Anton Khirnov2013-05-241-1/+1
| * Escape 130 (RPL) decoderEli Friedman2013-05-181-2/+0
* | avformat/mtv: remove empty commentsMichael Niedermayer2013-05-231-3/+3
* | avformat/utils: Keep internal and external av_read_frame() packets in sync.Dale Curtis2013-05-231-0/+3
* | Support playing SMV files.Ash Hughes2013-05-221-5/+29
* | avienc: Disallow the first frame to be skipedMichael Niedermayer2013-05-221-1/+1
* | seek-test: make duration user configurableMichael Niedermayer2013-05-211-1/+4
* | avformat/matroskadec: fix integer overflowMichael Niedermayer2013-05-191-1/+1
* | ftp: favor strtoll over atollHendrik Leppkes2013-05-191-1/+1
* | FTP protocol supportLukasz Marek2013-05-183-0/+661
* | movenc: add video_track_timescale optionJean First2013-05-182-3/+9
* | mov: set block_align for MACE 3:1 and MACE 6:1Piotr Bandurski2013-05-181-0/+2
* | avidec: dont randomly skip packets for offseting the indexMichael Niedermayer2013-05-171-2/+2
* | id3v2enc: chapter supportPaul B Mahol2013-05-171-13/+69
* | libmodplug: fix sz typePaul B Mahol2013-05-171-2/+2
* | Adding support for encoding VP8 AlphaVignesh Venkatasubramanian2013-05-171-0/+1
* | vformat/matroskaenc: factorize alpha code in mkv_write_block()Michael Niedermayer2013-05-171-19/+14
* | Adding support for muxing VP8 Alpha filesVignesh Venkatasubramanian2013-05-171-10/+49
* | Merge commit '1232a1647ab27e024a3baf4d01d40c8d08d6ced9'Michael Niedermayer2013-05-171-0/+2
|\|
| * Apple Intermediate Codec decoderKostya Shishkov2013-05-171-0/+2
| * movenc: Don't add base_data_offset in tfhd for PIFF filesJeremy Hinegardner2013-05-171-2/+4
* | Turn off usage of base_data_offset in tfhd for PIFF filesJeremy Hinegardner2013-05-171-2/+4
* | lavf/img2enc: use FF_CEIL_RSHIFT().Clément Bœsch2013-05-161-1/+1
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-1611-21/+0
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-1611-21/+0
* | Merge commit 'd46c588f3cb1963a00e990ceaf4ba9ffa05a716d'Michael Niedermayer2013-05-161-3/+0
|\|
| * Remove commented-out #includesDiego Biurrun2013-05-151-3/+0
* | lavf/concat: reject empty scripts.Nicolas George2013-05-151-0/+2
* | wv: make probing more robustPaul B Mahol2013-05-151-2/+5
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-05-151-1/+1
|\ \
| * | Reduce probing score for flic animation files.Carl Eugen Hoyos2013-05-151-1/+1
* | | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-1/+1
|/ /
* | Merge commit '7cbc4cb4424430586ce2d5c0dba81174c6d1db01'Michael Niedermayer2013-05-151-0/+1
|\|
| * mmf: Write metadata into an Optional Data chunkYoshihisa Uchida2013-05-141-1/+4
* | avformat/srtdec: Fix pointer corruptionMichael Niedermayer2013-05-141-2/+4
* | md5enc: don't reuse priv_class in two formatsHendrik Leppkes2013-05-131-3/+10
* | Add a generic hash API.Reimar Döffinger2013-05-131-18/+43