| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/utvideodec: add support for ULY4 and ULH4 | Paul B Mahol | 2016-09-04 | 1 | -0/+2 |
* | lavf/udp: Do not use MCAST_* for multicast on tvOS. | Carl Eugen Hoyos | 2016-09-03 | 1 | -1/+5 |
* | lavf/webm_chunk: Print an error if no header filename was provided. | Carl Eugen Hoyos | 2016-09-03 | 1 | -0/+1 |
* | lavf/httpauth: Do case-insensitive http header checks. | Carl Eugen Hoyos | 2016-09-03 | 2 | -3/+3 |
* | lavf/img2dec: Skip DQT segment when auto-detecting jpg. | Carl Eugen Hoyos | 2016-09-03 | 1 | -0/+1 |
* | avformat/avidec: Fix infinite loop in avi_read_nikon() | Michael Niedermayer | 2016-09-02 | 1 | -2/+2 |
* | avformat/movenc: added ability to use original stream ids as track ids instea... | Erkki Seppälä | 2016-09-01 | 2 | -6/+57 |
* | avformat/hlsenc: add warning for append_list and hls_init_time option | Steven Liu | 2016-08-31 | 1 | -0/+6 |
* | avformat/crypto: add seeking support on read | Simon Hailes | 2016-08-30 | 1 | -2/+114 |
* | libavformat/crypto - encourage reads of 4096 bytes | Simon Hailes | 2016-08-30 | 1 | -1/+2 |
* | avisynth: support pix_fmts added to AviSynth+ | Stephen Hutchinson | 2016-08-30 | 1 | -1/+182 |
* | avformat/hlsenc: add option hls_init_time to set init hls window segment dura... | Steven Liu | 2016-08-29 | 1 | -1/+11 |
* | avformat/mov: aax: pass proper AVClass to av_log() | Thomas Hebb | 2016-08-28 | 1 | -1/+1 |
* | avformat: fix decoded creation_time timestamps | Marton Balint | 2016-08-28 | 4 | -25/+7 |
* | avformat/utils: fix a codecpar non use | James Almer | 2016-08-27 | 1 | -1/+1 |
* | avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR... | Michael Niedermayer | 2016-08-27 | 1 | -1/+4 |
* | webm_chunk: Set pts precision to milliseconds | Vignesh Venkatasubramanian | 2016-08-25 | 1 | -0/+5 |
* | mov: Remove old b-frame/video delay heuristic | Derek Buitenhuis | 2016-08-25 | 1 | -3/+0 |
* | mov: Remove ancient heuristic hack | Derek Buitenhuis | 2016-08-25 | 2 | -8/+1 |
* | lavf/movenc: Add a missing assignment if memory allocation fails. | Carl Eugen Hoyos | 2016-08-24 | 1 | -1/+1 |
* | avformat/avcodec: support rawvideo with planar rgb and alpha in nut | Paul B Mahol | 2016-08-23 | 1 | -0/+9 |
* | libavformat/utils: added ability to probe AVMEDIA_TYPE_DATA format | Erkki Seppälä | 2016-08-23 | 1 | -1/+6 |
* | avformat/fifo: Add fate test | Jan Sebechlebsky | 2016-08-22 | 2 | -0/+444 |
* | avformat: Add fifo pseudo-muxer | Jan Sebechlebsky | 2016-08-22 | 4 | -2/+664 |
* | avformat/mux: Restore original ts in write_packet on error | Jan Sebechlebsky | 2016-08-22 | 1 | -0/+9 |
* | avformat/swfdec: Fix memleak on error | Michael Niedermayer | 2016-08-22 | 1 | -0/+1 |
* | avformat/wtvdec: Check pointer before use | Michael Niedermayer | 2016-08-21 | 1 | -1/+1 |
* | lavf/hlsenc: add append_list flag into hlsenc | Steven Liu | 2016-08-21 | 1 | -0/+62 |
* | libavformat/mov: Accept known codepoints in 'colr' | Steven Robertson | 2016-08-21 | 1 | -31/+9 |
* | avformat/mov: Check STSD atom more completely | Michael Niedermayer | 2016-08-20 | 1 | -9/+24 |
* | avformat/movenc: Free extradata after successfull allocation of new instead o... | Michael Niedermayer | 2016-08-19 | 1 | -4/+4 |
* | avformat/movenc: allow rewriting extradata | Umair Khan | 2016-08-19 | 2 | -0/+33 |
* | avformat/swfdec: Fix inflate() error code check | Michael Niedermayer | 2016-08-19 | 1 | -2/+2 |
* | avformat/swfdec: Move packet size check before side data allocation | Michael Niedermayer | 2016-08-19 | 1 | -4/+5 |
* | avcodec: add 64-bit signed pcm codec | Paul B Mahol | 2016-08-18 | 2 | -0/+3 |
* | lavf/pcmdec: Try to fix msvc compilation after 4c42d306. | Carl Eugen Hoyos | 2016-08-18 | 1 | -1/+1 |
* | avformat: factorize iso 8601 timestamp writer to a dictionary avutil function | Marton Balint | 2016-08-17 | 1 | -14/+2 |
* | lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer. | Carl Eugen Hoyos | 2016-08-17 | 2 | -3/+33 |
* | lavf/version: fix belive/believe typo | Clément Bœsch | 2016-08-17 | 1 | -1/+1 |
* | lavf: mark stream as const pointer in av_stream_get_side_data() for next bump | Clément Bœsch | 2016-08-17 | 3 | -4/+17 |
* | lavf/utils: add some const to pointers parameters in a few functions | Clément Bœsch | 2016-08-17 | 2 | -4/+4 |
* | avformat/mov: Check extradata before access | Michael Niedermayer | 2016-08-16 | 1 | -2/+3 |
* | libavformat/http: add support for content_type option in listen mode | Moritz Barsnick | 2016-08-14 | 1 | -1/+1 |
* | lavc/raw: Support QT b64a ARGB64 rawvideo. | Carl Eugen Hoyos | 2016-08-13 | 2 | -1/+2 |
* | libavformat/http: add support for headers option in listen mode | Moritz Barsnick | 2016-08-12 | 1 | -1/+5 |
* | avisynth: simplify the pix_fmt check for the newer AviSynth API | Stephen Hutchinson | 2016-08-11 | 1 | -22/+5 |
* | avformat/id3v2: fix memleak with empty strings | Michael Niedermayer | 2016-08-11 | 1 | -1/+4 |
* | libavformat/mxfenc: add UID for unconstrained H.264 coded video in baseline p... | Matthias Hunstock | 2016-08-11 | 1 | -0/+2 |
* | avformat/id3v2: Mark variable as unused to avoid "set but not used" warning | Michael Niedermayer | 2016-08-08 | 1 | -1/+1 |
* | avformat: read id3v2 comment tags | Chris Moeller | 2016-08-07 | 1 | -0/+42 |