summaryrefslogtreecommitdiffstats
path: root/libavformat/psxstr.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* psx-str: fix audio ptsJustin Ruggles2012-03-031-1/+4
* psx-str: do not allow seeking by bytesJustin Ruggles2012-02-291-0/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-7/+7
* 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
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-2/+2
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* simplifyMichael Niedermayer2008-07-111-8/+4
* Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.Michael Niedermayer2008-07-111-2/+11
* indentMichael Niedermayer2008-06-261-8/+8
* Inform the user about unhandled sectors.Michael Niedermayer2008-06-261-0/+1
* memleakMichael Niedermayer2008-06-261-0/+5
* Do not completely bail out for invalid params, just skip the current sector.Michael Niedermayer2008-06-261-1/+1
* merge decl & initMichael Niedermayer2008-06-261-2/+1
* Get rid of weird pre reading code.Michael Niedermayer2008-06-261-71/+38
* Remove debugging trash.Michael Niedermayer2008-06-261-26/+0
* Another variable that did nothing at allMichael Niedermayer2008-06-261-12/+0
* remove code that discards streams randomlyMichael Niedermayer2008-06-261-23/+15
* vertical alignMichael Niedermayer2008-06-261-10/+10
* Remove a dozen unused variables.Michael Niedermayer2008-06-261-34/+4
* unused varMichael Niedermayer2008-06-261-4/+0
* Fix exploitable code.Michael Niedermayer2008-06-261-10/+21
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Removing dead code, fixes CID4 RUN2.Michael Niedermayer2008-05-281-5/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-2/+2
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-6/+6
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-2/+2
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-9/+9
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-081-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-8/+8
* set timebase correctly? this thing is always 15fps?Michael Niedermayer2005-08-131-3/+2
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-12/+12
OpenPOWER on IntegriCloud