]> git.sesse.net Git - ffmpeg/history - libavformat/psxstr.c
avpacket: Replace av_free_packet with av_packet_unref
[ffmpeg] / libavformat / psxstr.c
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-08-28 Vittorio Giovaralavc: Drop deprecated destruct_packet related functions
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2012-11-12 Justin Rugglespsxstr: set channel layout
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-03-03 Justin Rugglespsx-str: fix audio pts
2012-02-29 Justin Rugglespsx-str: do not allow seeking by bytes
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardRemove statements immediately following unconditional...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-07-11 Michael Niedermayersimplify
2008-07-11 Michael NiedermayerFix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06...
2008-06-26 Michael Niedermayerindent
2008-06-26 Michael NiedermayerInform the user about unhandled sectors.
2008-06-26 Michael Niedermayermemleak
2008-06-26 Michael NiedermayerDo not completely bail out for invalid params, just...
2008-06-26 Michael Niedermayermerge decl & init
2008-06-26 Michael NiedermayerGet rid of weird pre reading code.
2008-06-26 Michael NiedermayerRemove debugging trash.
2008-06-26 Michael NiedermayerAnother variable that did nothing at all
2008-06-26 Michael Niedermayerremove code that discards streams randomly
2008-06-26 Michael Niedermayervertical align
2008-06-26 Michael NiedermayerRemove a dozen unused variables.
2008-06-26 Michael Niedermayerunused var
2008-06-26 Michael NiedermayerFix exploitable code.
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-28 Michael NiedermayerRemoving dead code, fixes CID4 RUN2.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-08 Diego BiurrunFix some "'static' is not at beginning of declaration...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-13 Michael Niedermayerset timebase correctly? this thing is always 15fps?
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-15 Mike Melansonhook up the XA ADPCM decoder
2003-09-01 Mike Melansonfirst pass at PSX STR demuxer; does not yet interact...