| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/ffmdec: Check pix_fmt | Michael Niedermayer | 2016-04-28 | 1 | -0/+11 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -3/+16 |
|\ |
|
* | | ffserver&ffm: Fixed issues preventing ffserver write_index and files_size fro... | Oliver Collyer | 2016-02-21 | 1 | -2/+2 |
* | | ffmdec: change type of len to ptrdiff_t | Andreas Cadhalpun | 2016-01-11 | 1 | -2/+3 |
* | | ffmdec: reset packet_end in case of failure | Andreas Cadhalpun | 2016-01-03 | 1 | -3/+6 |
* | | avformat/ffmdec: Add {} to nested if/else | Michael Niedermayer | 2016-01-03 | 1 | -3/+4 |
* | | ffmdec: change type of state and id to unsigned | Andreas Cadhalpun | 2016-01-02 | 1 | -2/+3 |
* | | ffm: reject invalid codec_id and codec_type | Andreas Cadhalpun | 2015-12-15 | 1 | -0/+28 |
* | | ffmdec: reject zero-sized chunks | Andreas Cadhalpun | 2015-12-04 | 1 | -2/+2 |
* | | ffmdec: only seek back at EOF if a server is attached | Andreas Cadhalpun | 2015-12-04 | 1 | -1/+4 |
* | | avformat/ffmdec: Only return EAGAIN if a server is attached | Michael Niedermayer | 2015-11-20 | 1 | -2/+7 |
* | | avformat/ffmdec: Add cleaner API for ffserver to interface without depending ... | Michael Niedermayer | 2015-11-20 | 1 | -0/+14 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -2/+2 |
* | | doc: fix spelling errors | Andreas Cadhalpun | 2015-10-09 | 1 | -1/+1 |
* | | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -4/+5 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | Remove avserver. | Anton Khirnov | 2014-06-18 | 1 | -483/+0 |
* | | avformat/ffmdec: Check ffio_set_buf_size() return value | Michael Niedermayer | 2015-06-07 | 1 | -1/+3 |
* | | ffmdec: Check return value of ffm_append_recommended_configuration | Himangi Saraogi | 2015-04-10 | 1 | -1/+2 |
* | | ffmdec: limit the backward seek to the last resync position | Andreas Cadhalpun | 2015-03-09 | 1 | -2/+7 |
* | | ffmdec: make sure the time base is valid | Andreas Cadhalpun | 2015-03-09 | 1 | -0/+11 |
* | | ffmdec: fix infinite loop at EOF | Andreas Cadhalpun | 2015-03-09 | 1 | -2/+2 |
* | | ffmdec: initialize f_cprv, f_stvi and f_stau | Andreas Cadhalpun | 2015-03-09 | 1 | -1/+1 |
* | | lavf/ffmdec: add common options to recommended encoder configuration | Lukasz Marek | 2014-11-27 | 1 | -5/+31 |
* | | lavf/ffmdec: reident after last commit | Lukasz Marek | 2014-11-16 | 1 | -60/+59 |
* | | lavf/ffm: use AVOption API to store/restore stream properties | Lukasz Marek | 2014-11-16 | 1 | -0/+29 |
* | | lavf/ffm: store/restore private codec context | Lukasz Marek | 2014-11-16 | 1 | -5/+31 |
* | | lavf/ffmdec: return proper error code in ffm2_read_header() | Stefano Sabatini | 2014-09-05 | 1 | -3/+11 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -2/+2 |
* | | fix various typos | Lou Logan | 2014-06-03 | 1 | -1/+1 |
* | | avformat/ffmdec: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -4/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -6/+2 |
* | | ffmdec: remove unused variable | Michael Niedermayer | 2012-11-08 | 1 | -1/+0 |
* | | ffm: redesign header format to make it extensible | Michael Niedermayer | 2012-11-05 | 1 | -1/+138 |
* | | ffmdec: check av_new_packet() return value | Michael Niedermayer | 2012-10-17 | 1 | -1/+3 |
* | | ffmdec: fix hypothetical overflows | Michael Niedermayer | 2012-10-17 | 1 | -2/+2 |
* | | ffm_seek: fix division by zero | Michael Niedermayer | 2012-10-17 | 1 | -1/+1 |
* | | Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc' | Michael Niedermayer | 2012-10-17 | 1 | -33/+0 |
|\| |
|
| * | avserver: move avserver-specific code from ffmdec.c to avserver.c | Mans Rullgard | 2012-10-16 | 1 | -33/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-07 | 1 | -1/+0 |
|\| |
|
| * | ffm: do not write or read the audio sample format | Justin Ruggles | 2012-10-06 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -3/+0 |
|\| |
|
| * | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | ffm: disable adjust_write_index() | Michael Niedermayer | 2012-05-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -2/+0 |
|\| |
|
| * | mpegvideo_enc: add chroma/luma_elim_threshold private options. | Anton Khirnov | 2012-02-29 | 1 | -2/+0 |