| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | avformat/utils: av_guess_frame_rate() favor avg_frame_rate if r_frame_rate ha... | Michael Niedermayer | 2014-02-19 | 1 | -2/+8 |
* | | avformat/movenc: simplify code, decrease difference to libav | Michael Niedermayer | 2014-02-19 | 1 | -8/+7 |
* | | Merge commit '1e142d5b4842dcb39fcb0e92e4aacbc9977bfa66' | Michael Niedermayer | 2014-02-19 | 1 | -1/+1 |
|\| |
|
| * | movenc: Add a fallback fragmentation method for plain mp4 as well | Martin Storsjö | 2014-02-19 | 1 | -4/+2 |
* | | avformat/bink: Check return value of av_add_index_entry() | Michael Niedermayer | 2014-02-17 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-02-17 | 1 | -11/+7 |
|\| |
|
| * | doxygen: Replace @parblock syntax with manual linebreaks | Diego Biurrun | 2014-02-17 | 1 | -11/+7 |
* | | Merge commit '4d7ab5cfebef91820af2933ef2f622ea598e6b53' | Michael Niedermayer | 2014-02-17 | 2 | -0/+22 |
|\| |
|
| * | doxygen: Add a number of missing function parameter descriptions | Diego Biurrun | 2014-02-17 | 2 | -0/+22 |
* | | Merge remote-tracking branch 'lukaszmluki/master' | Michael Niedermayer | 2014-02-17 | 1 | -0/+12 |
|\ \ |
|
| * | | lavd: add list devices API | Lukasz Marek | 2014-02-16 | 2 | -2/+14 |
* | | | Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' | Michael Niedermayer | 2014-02-17 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Move all example programs to doc/examples | Diego Biurrun | 2014-02-16 | 2 | -58/+0 |
* | | | lavf/avio: Introduce avio_find_protocol_name | Alexander Strasser | 2014-02-16 | 3 | -12/+40 |
| |/
|/| |
|
* | | avformat/mov: fix avg_frame_rate calculation | Michael Niedermayer | 2014-02-16 | 1 | -1/+1 |
* | | oggdec/vorbis: fix stream duration condition | Hendrik Leppkes | 2014-02-16 | 1 | -1/+1 |
* | | avformat/utils: skip the MPEG-2 style dts/pts code for HEVC | Michael Niedermayer | 2014-02-14 | 1 | -2/+4 |
* | | Merge commit '8a2250344b19a343d830a902dbcf4c0b929ea49b' | Michael Niedermayer | 2014-02-14 | 1 | -6/+11 |
|\| |
|
| * | jv: detect partial packets in the demuxer | Janne Grunau | 2014-02-12 | 1 | -4/+10 |
* | | avformat/mpegts: DVB subtitles multiple languages support | mrlika | 2014-02-14 | 2 | -24/+62 |
* | | avformat/mpegtsenc: Check data array size in mpegts_write_pmt() | Michael Niedermayer | 2014-02-13 | 1 | -3/+8 |
* | | mpegts muxer: DVB subtitles multiple languages support | mrlika | 2014-02-13 | 1 | -13/+36 |
* | | avformat/asfdec: pass on error code from avio_seek() | Michael Niedermayer | 2014-02-12 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-02-12 | 1 | -0/+10 |
|\| |
|
| * | asfdec: fix seeking with fragmented packets | Janne Grunau | 2014-02-12 | 1 | -0/+10 |