summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Support old qclp-in-mov files that do not store bytes_per_frame in the header.Carl Eugen Hoyos2014-02-231-0/+4
* Support MPEG-2 video mov files with sample description mp2v.Carl Eugen Hoyos2014-02-231-0/+1
* avformat/movenc: shift positive timestamps to 0 if edit lists cannot be usedMichael Niedermayer2014-02-221-1/+1
* avformat/mux: support shifting timestamps so they start at 0Michael Niedermayer2014-02-222-2/+2
* avformat/nut: add bayer colorspacesPeter Ross2014-02-221-0/+13
* avformat/utils: compute_pkt_fields: Fix DTS for the case where has_b_frames i...Michael Niedermayer2014-02-222-4/+53
* avformat/utils: reset pts_buffer in estimate_timings_from_pts()Michael Niedermayer2014-02-221-0/+4
* avformat/utils: factorize h264/hevc checks out in compute_pkt_fields()Michael Niedermayer2014-02-221-4/+4
* SDR2 demuxerPaul B Mahol2014-02-223-0/+122
* Do not warn about missing start time for unknown streams.Carl Eugen Hoyos2014-02-211-1/+3
* Only complain about missing frame rate for video streams.Carl Eugen Hoyos2014-02-211-0/+1
* avformat/movenc: assert that get_cluster_duration() value is validMichael Niedermayer2014-02-211-1/+6
* avformat/movenc: check that the input timestamps are within the range that ca...Michael Niedermayer2014-02-211-0/+11
* avformat/mov: make invalid sampledelta error more verboseMichael Niedermayer2014-02-201-1/+2
* lavf/mux: check av_dup_packet() return value.Nicolas George2014-02-201-1/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-201-2/+2
|\
| * libavformat/mpegts: expose raw packet sizeLeandro Dorileo2014-02-191-0/+2
* | avformat/utils: av_guess_frame_rate() favor avg_frame_rate if r_frame_rate ha...Michael Niedermayer2014-02-191-2/+8
* | avformat/movenc: simplify code, decrease difference to libavMichael Niedermayer2014-02-191-8/+7
* | Merge commit '1e142d5b4842dcb39fcb0e92e4aacbc9977bfa66'Michael Niedermayer2014-02-191-1/+1
|\ \ | |/
| * movenc: Add a fallback fragmentation method for plain mp4 as wellMartin Storsjö2014-02-191-4/+2
* | avformat/bink: Check return value of av_add_index_entry()Michael Niedermayer2014-02-171-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-171-11/+7
|\ \ | |/
| * doxygen: Replace @parblock syntax with manual linebreaksDiego Biurrun2014-02-171-11/+7
* | Merge commit '4d7ab5cfebef91820af2933ef2f622ea598e6b53'Michael Niedermayer2014-02-172-0/+22
|\ \ | |/
| * doxygen: Add a number of missing function parameter descriptionsDiego Biurrun2014-02-172-0/+22
* | Merge remote-tracking branch 'lukaszmluki/master'Michael Niedermayer2014-02-171-0/+12
|\ \
| * | lavd: add list devices APILukasz Marek2014-02-162-2/+14
* | | Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90'Michael Niedermayer2014-02-171-0/+1
|\ \ \ | | |/ | |/|
| * | Move all example programs to doc/examplesDiego Biurrun2014-02-162-58/+0
* | | lavf/avio: Introduce avio_find_protocol_nameAlexander Strasser2014-02-163-12/+40
| |/ |/|
* | avformat/mov: fix avg_frame_rate calculationMichael Niedermayer2014-02-161-1/+1
* | oggdec/vorbis: fix stream duration conditionHendrik Leppkes2014-02-161-1/+1
* | avformat/utils: skip the MPEG-2 style dts/pts code for HEVCMichael Niedermayer2014-02-141-2/+4
* | Merge commit '8a2250344b19a343d830a902dbcf4c0b929ea49b'Michael Niedermayer2014-02-141-6/+11
|\ \ | |/
| * jv: detect partial packets in the demuxerJanne Grunau2014-02-121-4/+10
* | avformat/mpegts: DVB subtitles multiple languages supportmrlika2014-02-142-24/+62
* | avformat/mpegtsenc: Check data array size in mpegts_write_pmt()Michael Niedermayer2014-02-131-3/+8
* | mpegts muxer: DVB subtitles multiple languages supportmrlika2014-02-131-13/+36
* | avformat/asfdec: pass on error code from avio_seek()Michael Niedermayer2014-02-121-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-121-0/+10
|\ \ | |/
| * asfdec: fix seeking with fragmented packetsJanne Grunau2014-02-121-0/+10
* | Merge commit '0c082565965258dca143767cc6cb25e38b6e9ea3'Michael Niedermayer2014-02-121-0/+7
|\ \ | |/
| * asfdec: short-circuit seeking to the start of streamAndrew Kelley2014-02-121-0/+7
* | Merge commit '0ebb523f072322972ea446616676fff32e9603c6'Michael Niedermayer2014-02-121-12/+22
|\ \ | |/
| * asfdec: check ff_get_guid() return values during seekingJanne Grunau2014-02-121-10/+16
* | avformat/riff: return error code from ff_get_guid()Michael Niedermayer2014-02-122-3/+6
* | avformat/mov: fix keyframe flags for sample from chromium Issue 340865Michael Niedermayer2014-02-121-0/+5
* | lavf/lavd: version bump and APIchanges for uncoded frames.Nicolas George2014-02-111-1/+1
* | lavf: add uncodedframecrc test muxer.Nicolas George2014-02-113-0/+174
OpenPOWER on IntegriCloud