summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-183-5/+5
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-187-21/+28
* Merge commit '317cfaa5e09755ed0b34af512ec687963a67bdbf'Hendrik Leppkes2015-08-181-2/+4
|\
| * asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková2015-08-161-2/+4
| * hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato2015-08-161-13/+15
* | Merge commit '26ac22e5e7394346e9d59f800e7d4e91f4518d33'Hendrik Leppkes2015-08-182-9/+11
|\ \ | |/
| * movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö2015-08-122-7/+9
* | lavf/matroskadec: Fully parse and repack MP3 packetsRodger Combs2015-08-161-1/+3
* | mxfdec: set AVFMT_SEEK_TO_PTS demuxer flagMarton Balint2015-08-141-0/+1
* | lavf/mpegts: apply misc option description fixesStefano Sabatini2015-08-141-8/+8
* | avformat/rmdec: MLTI with multiple MDPR supportMichael Niedermayer2015-08-141-8/+38
* | avformat/rmdec: Move MLTI handling out of ff_rm_read_mdpr_codecdata()Michael Niedermayer2015-08-141-15/+22
* | lavf/ftp: implement NLST methodMariusz Szczepańczyk2015-08-141-14/+81
* | avformat/wavdec: Detect wrongly interpreted specification about the sample va...Michael Niedermayer2015-08-131-0/+9
* | avformat/wavdec: Do not discard sample_count due to roundingMichael Niedermayer2015-08-131-1/+1
* | avformat/tls_gnutls: correct version detection for certificate supportGanesh Ajjanagadde2015-08-131-1/+1
* | avisynth: fix setting stream timebaseMarton Balint2015-08-131-4/+2
* | avformat/avidec: Simplify dshow_block_align based special case detectionMichael Niedermayer2015-08-121-3/+3
* | avformat: Move MAX_PROBE_PACKETS to internal.hMichael Niedermayer2015-08-122-1/+2
* | avformat/avidec: Disable AVSTREAM_PARSE_TIMESTAMPS for flacMichael Niedermayer2015-08-121-0/+3
* | avformat/avidec: Add flac to the dshow_block_align exception listMichael Niedermayer2015-08-121-2/+3
* | concatdec: fix broken file_inpoint calculationMarton Balint2015-08-111-1/+1
* | avformat/ftp: Use av_freep() for dir_bufferMichael Niedermayer2015-08-101-1/+1
* | lavf/ftp: properly read an empty pathMariusz Szczepańczyk2015-08-101-10/+8
* | lavf/ftp: implement directory listing callbacksLukasz Marek2015-08-101-11/+182
* | Merge commit '5f200bbf98efe50f63d0515b115d2ba8dae297bc'Hendrik Leppkes2015-08-101-0/+3
|\ \ | |/
| * movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö2015-08-101-0/+3
* | Merge commit '83f254e65f938657a4dbec711e4c94252a72daf9'Hendrik Leppkes2015-08-102-11/+11
|\ \ | |/
| * movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö2015-08-102-8/+8
* | Merge commit '8e34089e265a6b01e1e3301e8864439d26793753'Hendrik Leppkes2015-08-101-0/+2
|\ \ | |/
| * movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö2015-08-101-0/+2
* | avformat/gifdec: correct r_frame_rate for single frame gifsMichael Niedermayer2015-08-101-0/+9
* | Merge commit 'e5997152f54f790229c99f237f8eb6b5b1ee683a'Hendrik Leppkes2015-08-071-1/+1
|\ \ | |/
| * asf: Use time_t where neededLuca Barbato2015-08-041-1/+1
* | Merge commit '944f60866f507e3c0850ae9c2f30dac1da54587c'Hendrik Leppkes2015-08-071-16/+36
|\ \ | |/
| * asfdec: read values properlyAlexandra Hájková2015-08-041-16/+36
* | avformat/matroskaenc: Avoid "for (int i" syntax for better compatibilityMichael Niedermayer2015-08-061-1/+2
* | libavformat/matroska: Write stream durations in metadata, in the format of mk...Sasi Inguva2015-08-051-5/+74
* | lavf/swf: Fix auto-detection of compressed files.Carl Eugen Hoyos2015-08-041-0/+4
* | lavf/mxfdec: support segmented frame layout as separate fields layoutMatthieu Bouron2015-08-041-4/+2
* | Merge commit 'fdbc544d29176ba69d67dd879df4696f0a19052e'Hendrik Leppkes2015-08-021-10/+12
|\ \ | |/
| * asfdec: prevent the memory leak while reading metadataAlexandra Hájková2015-08-021-10/+12
* | Merge commit '33dc1913ab7aaefc991b3e665d1d0b5d0b088672'Hendrik Leppkes2015-08-021-3/+0
|\ \ | |/
| * asfdec: remove improper assignement that caused wrong timestampsAlexandra Hájková2015-07-311-3/+0
* | Merge commit '78491fe8cfed83d2aead95dafe26f0d3f999e961'Hendrik Leppkes2015-08-021-2/+4
|\ \ | |/
| * asfdec: do not export empty metadataAlexandra Hájková2015-07-311-2/+4
* | Merge commit 'cd4d9df22738e6f147521ccb72c7930db6050914'Hendrik Leppkes2015-08-021-3/+5
|\ \ | |/
| * asfdec: free AVDictionaries properly when closing the demuxerAlexandra Hájková2015-07-311-3/+5
* | avformat/mov: fix regression in processing .aax filesVesselin Bontchev2015-08-021-3/+3
* | lavf/http: Implement server side network code.Stephan Holljes2015-08-011-24/+158
OpenPOWER on IntegriCloud