summaryrefslogtreecommitdiff
path: root/libavformat/jvdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/jvdec: Remove redundant ;Michael Niedermayer2022-05-061-1/+1
* jvdec: convert to new channel layout APIVittorio Giovara2022-03-151-2/+1
* avformat/jvdec: Make sizeof(JVFrame) smaller to save memoryAndreas Rheinhardt2021-09-261-2/+2
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-13/+16
* avformat/jvdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-071-8/+3
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-14/+14
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-5/+5
* avformat/jvdec: fix memleak when read_header failedSteven Liu2019-10-101-2/+5
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-12/+12
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-12/+12
* | jvdec: avoid unsigned overflow in comparisonAndreas Cadhalpun2015-11-071-1/+1
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-2/+2
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-2/+2
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | Merge commit '8a2250344b19a343d830a902dbcf4c0b929ea49b'Michael Niedermayer2014-02-141-6/+11
|\ \ | |/
| * jv: detect partial packets in the demuxerJanne Grunau2014-02-121-4/+10
* | Merge commit 'd509ae5be0a9bac35a4cedbe68b774a74446bb27'Michael Niedermayer2014-02-051-22/+24
|\ \ | |/
| * jvdec: K&R formatting cosmeticsVittorio Giovara2014-02-041-22/+24
* | avformat/jvdec: clear packet padding after downsizeMichael Niedermayer2014-01-151-0/+1
* | Merge commit '15739a9bd19a7d47ad8afb25348c684a3bdd6ef2'Michael Niedermayer2013-12-211-2/+15
|\ \ | |/
| * jvdec: Do not feed the decoder with known wrong dataLuca Barbato2013-12-201-2/+15
* | Merge commit 'e518cb863edc931888ccca6cad86f73ca7430cef'Michael Niedermayer2013-12-201-9/+9
|\ \ | |/
| * jvdec: Fix memory leak of jv->framesPaul B Mahol2013-12-201-0/+10
* | Merge commit '027712e851da4d124a842c9e2802f95d50582553'Michael Niedermayer2013-12-201-0/+3
|\ \ | |/
| * jvdec: Return EOF on end of fileLuca Barbato2013-12-201-0/+3
* | avformat/jvdec: fix doxygen commentsMichael Niedermayer2013-05-241-4/+4
* | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer2012-11-131-0/+2
|\ \ | |/
| * jvdec: set channel layoutJustin Ruggles2012-11-121-0/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | jvdec: fix memleak of jv->framesPaul B Mahol2012-07-031-0/+10
* | jvdemux: correct size for truncated packetsMichael Niedermayer2012-07-031-1/+1
* | jvdec: Make sure there is enough data for the id string.Michael Niedermayer2012-04-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-151-0/+1
|\ \ | |/
| * jv demux: set video stream durationPaul B Mahol2012-03-141-0/+1
| * jvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-2/+3
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-2/+2
|\ \ | |/
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+1
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | [jvd] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-1/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-071-1/+1
|\ \ | |/
| * Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-061-1/+1