summaryrefslogtreecommitdiff
path: root/libavformat/psxstr.c
Commit message (Expand)AuthorAgeFilesLines
* psxstr: convert to new channel layout APIVittorio Giovara2022-03-151-8/+2
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: Improve returned error codesAndreas Rheinhardt2020-01-081-5/+6
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* cosmetics: fix some misspelled wordsJames Almer2016-07-171-1/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-17/+17
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-17/+17
* | psxstr: Remove some commented out codeDerek Buitenhuis2016-03-311-7/+1
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-2/+2
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-2/+2
* | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes2015-09-051-5/+0
|\ \ | |/
| * lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-5/+0
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | avformat/psxstr: zero packet to prevent uninitialized data to leak through to...Michael Niedermayer2013-12-161-0/+1
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-031-0/+3
|\ \ | |/
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-051-1/+1
|\ \ | |/
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-081-0/+4
|\ \ | |/
| * avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-0/+4
* | str_probe: make buffer related pointers constMichael Niedermayer2012-12-251-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-131-1/+8
|\ \ | |/
| * psxstr: set channel layoutJustin Ruggles2012-11-121-1/+8
* | psxstr: more correct array type.Michael Niedermayer2012-09-011-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-041-1/+4
|\ \ | |/
| * psx-str: fix audio ptsJustin Ruggles2012-03-031-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-0/+1
|\ \ | |/
| * psx-str: do not allow seeking by bytesJustin Ruggles2012-02-291-0/+1
* | 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,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* | psxstr: improve probe to not misdetect so much.Michael Niedermayer2011-09-231-10/+44
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-7/+7
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+0
|\ \ | |/
| * Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-1/+1