summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegtsenc: fix HEVC MPEG TS stream typeolugbone2014-03-042-0/+4
* Merge commit '5397386effba2e53e4ff82852a86f6be4d59e9c1'Michael Niedermayer2014-03-041-1/+7
|\
| * mathops: move macro to the only place it is usedVittorio Giovara2014-03-041-1/+7
* | avformat/microdvd: export the declared frame ratewm42014-03-032-2/+31
* | avformat/microdvd: skip BOM properlywm42014-03-031-3/+10
* | avformat/httpauth: add comment about "" and algorithmMichael Niedermayer2014-03-031-0/+3
* | avformat/HLS: modified EXT-X-MEDIA-SEQUENCE header in order to follow the HLS...Willy Aubry2014-03-031-1/+6
* | avformat/utils: detect MPEG streams with faulty DTS and discard affected DTSMichael Niedermayer2014-03-032-0/+32
* | Merge commit '5c9c305d14730faf2af206e5d519df4948de0ed2'Michael Niedermayer2014-03-021-10/+10
|\ \ | |/
| * ass: K&R formatting cosmeticsPatrice Clement2014-03-021-46/+49
| * mxf: Add DNxHD ULTomas Härdin2014-02-211-0/+1
| * mxf: Add uncompressed 422 8-bit rawvideo ULPhilip de Nier2014-02-211-0/+1
* | Revert "mpegts: do not set pts for missing dts in video streams"Michael Niedermayer2014-03-021-4/+1
* | avformat/oggparsevorbis: check packet size before reading new_len from itMichael Niedermayer2014-03-021-1/+1
* | avformat/avidec: Use a buffer with sufficient padding in read_gab2_sub()Michael Niedermayer2014-03-021-3/+11
* | avformat/mp3dec: optimize mp3_seek() for dir < 0Michael Niedermayer2014-03-021-0/+2
* | avformat/aviobuf: optimize sequential backward seekingMichael Niedermayer2014-03-011-1/+12
* | avformat/aviobuf: factorize buffer_size outMichael Niedermayer2014-03-011-2/+4
* | HLS: Handle the case when hls_list_size=0. Playlist file should contain all t...Senthilnathan M2014-03-011-2/+2
* | avformat/ac3dec: Use avpriv_ac3_parse_header2()Michael Niedermayer2014-03-011-8/+9
* | lavf/ftp: fix seek to nagative positionLukasz Marek2014-02-281-3/+5
* | lavf/libssh: fix seek to nagative positionLukasz Marek2014-02-281-0/+5
* | Fix http authentication.Carl Eugen Hoyos2014-02-271-1/+1
* | avformat/mov: simplify code setting needs_parsingMichael Niedermayer2014-02-271-4/+0
* | avformat/sdr2: h264 stream needs parsingPaul B Mahol2014-02-261-0/+1
* | Read bits_per_coded_sample from V_MS/VFW/FOURCC mkv files.Carl Eugen Hoyos2014-02-261-0/+4
* | avformat/options_table: add named constants for avoid_negative_tsMichael Niedermayer2014-02-241-1/+5
* | oggdec: validate VP8 keyframesJames Almer2014-02-241-2/+10
* | 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
OpenPOWER on IntegriCloud