| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/oggparsevorbis: dont use invalid granules | Michael Niedermayer | 2014-03-05 | 1 | -1/+1 |
* | mpegts: use goto out instead of break on truncated or invalid pmt tables | Marton Balint | 2014-03-05 | 1 | -4/+4 |
* | Add "prefer_tcp" flag to "rtsp_flags" | Andrey Utkin | 2014-03-04 | 2 | -0/+6 |
* | Merge commit '3407172b36a93cec410c6a287dbeec0f41257512' | Michael Niedermayer | 2014-03-04 | 1 | -209/+219 |
|\ |
|
| * | avienc: K&R formatting cosmetics | Keiji Costantini | 2014-03-04 | 1 | -194/+205 |
* | | avformat/mpegtsenc: fix HEVC MPEG TS stream type | olugbone | 2014-03-04 | 2 | -0/+4 |
* | | Merge commit '5397386effba2e53e4ff82852a86f6be4d59e9c1' | Michael Niedermayer | 2014-03-04 | 1 | -1/+7 |
|\| |
|
| * | mathops: move macro to the only place it is used | Vittorio Giovara | 2014-03-04 | 1 | -1/+7 |
* | | avformat/microdvd: export the declared frame rate | wm4 | 2014-03-03 | 2 | -2/+31 |
* | | avformat/microdvd: skip BOM properly | wm4 | 2014-03-03 | 1 | -3/+10 |
* | | avformat/httpauth: add comment about "" and algorithm | Michael Niedermayer | 2014-03-03 | 1 | -0/+3 |
* | | avformat/HLS: modified EXT-X-MEDIA-SEQUENCE header in order to follow the HLS... | Willy Aubry | 2014-03-03 | 1 | -1/+6 |
* | | avformat/utils: detect MPEG streams with faulty DTS and discard affected DTS | Michael Niedermayer | 2014-03-03 | 2 | -0/+32 |
* | | Merge commit '5c9c305d14730faf2af206e5d519df4948de0ed2' | Michael Niedermayer | 2014-03-02 | 1 | -10/+10 |
|\| |
|
| * | ass: K&R formatting cosmetics | Patrice Clement | 2014-03-02 | 1 | -46/+49 |
| * | mxf: Add DNxHD UL | Tomas Härdin | 2014-02-21 | 1 | -0/+1 |
| * | mxf: Add uncompressed 422 8-bit rawvideo UL | Philip de Nier | 2014-02-21 | 1 | -0/+1 |
* | | Revert "mpegts: do not set pts for missing dts in video streams" | Michael Niedermayer | 2014-03-02 | 1 | -4/+1 |
* | | avformat/oggparsevorbis: check packet size before reading new_len from it | Michael Niedermayer | 2014-03-02 | 1 | -1/+1 |
* | | avformat/avidec: Use a buffer with sufficient padding in read_gab2_sub() | Michael Niedermayer | 2014-03-02 | 1 | -3/+11 |
* | | avformat/mp3dec: optimize mp3_seek() for dir < 0 | Michael Niedermayer | 2014-03-02 | 1 | -0/+2 |
* | | avformat/aviobuf: optimize sequential backward seeking | Michael Niedermayer | 2014-03-01 | 1 | -1/+12 |
* | | avformat/aviobuf: factorize buffer_size out | Michael Niedermayer | 2014-03-01 | 1 | -2/+4 |
* | | HLS: Handle the case when hls_list_size=0. Playlist file should contain all t... | Senthilnathan M | 2014-03-01 | 1 | -2/+2 |
* | | avformat/ac3dec: Use avpriv_ac3_parse_header2() | Michael Niedermayer | 2014-03-01 | 1 | -8/+9 |
* | | lavf/ftp: fix seek to nagative position | Lukasz Marek | 2014-02-28 | 1 | -3/+5 |
* | | lavf/libssh: fix seek to nagative position | Lukasz Marek | 2014-02-28 | 1 | -0/+5 |
* | | Fix http authentication. | Carl Eugen Hoyos | 2014-02-27 | 1 | -1/+1 |
* | | avformat/mov: simplify code setting needs_parsing | Michael Niedermayer | 2014-02-27 | 1 | -4/+0 |
* | | avformat/sdr2: h264 stream needs parsing | Paul B Mahol | 2014-02-26 | 1 | -0/+1 |
* | | Read bits_per_coded_sample from V_MS/VFW/FOURCC mkv files. | Carl Eugen Hoyos | 2014-02-26 | 1 | -0/+4 |
* | | avformat/options_table: add named constants for avoid_negative_ts | Michael Niedermayer | 2014-02-24 | 1 | -1/+5 |
* | | oggdec: validate VP8 keyframes | James Almer | 2014-02-24 | 1 | -2/+10 |
* | | Support old qclp-in-mov files that do not store bytes_per_frame in the header. | Carl Eugen Hoyos | 2014-02-23 | 1 | -0/+4 |
* | | Support MPEG-2 video mov files with sample description mp2v. | Carl Eugen Hoyos | 2014-02-23 | 1 | -0/+1 |
* | | avformat/movenc: shift positive timestamps to 0 if edit lists cannot be used | Michael Niedermayer | 2014-02-22 | 1 | -1/+1 |
* | | avformat/mux: support shifting timestamps so they start at 0 | Michael Niedermayer | 2014-02-22 | 2 | -2/+2 |
* | | avformat/nut: add bayer colorspaces | Peter Ross | 2014-02-22 | 1 | -0/+13 |
* | | avformat/utils: compute_pkt_fields: Fix DTS for the case where has_b_frames i... | Michael Niedermayer | 2014-02-22 | 2 | -4/+53 |
* | | avformat/utils: reset pts_buffer in estimate_timings_from_pts() | Michael Niedermayer | 2014-02-22 | 1 | -0/+4 |
* | | avformat/utils: factorize h264/hevc checks out in compute_pkt_fields() | Michael Niedermayer | 2014-02-22 | 1 | -4/+4 |
* | | SDR2 demuxer | Paul B Mahol | 2014-02-22 | 3 | -0/+122 |
* | | Do not warn about missing start time for unknown streams. | Carl Eugen Hoyos | 2014-02-21 | 1 | -1/+3 |
* | | Only complain about missing frame rate for video streams. | Carl Eugen Hoyos | 2014-02-21 | 1 | -0/+1 |
* | | avformat/movenc: assert that get_cluster_duration() value is valid | Michael Niedermayer | 2014-02-21 | 1 | -1/+6 |
* | | avformat/movenc: check that the input timestamps are within the range that ca... | Michael Niedermayer | 2014-02-21 | 1 | -0/+11 |
* | | avformat/mov: make invalid sampledelta error more verbose | Michael Niedermayer | 2014-02-20 | 1 | -1/+2 |
* | | lavf/mux: check av_dup_packet() return value. | Nicolas George | 2014-02-20 | 1 | -1/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-02-20 | 1 | -2/+2 |
|\| |
|
| * | libavformat/mpegts: expose raw packet size | Leandro Dorileo | 2014-02-19 | 1 | -0/+2 |