]> git.sesse.net Git - ffmpeg/history - libavformat/rawdec.c
avpacket: Replace av_free_packet with av_packet_unref
[ffmpeg] / libavformat / rawdec.c
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2014-12-07 Luca Barbatolatm: Do not give a score for a single instance
2014-05-03 Luca Barbatolatm: Add a probe function
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_R_FRAME_RATE cruft
2012-12-04 Janne Grunauraw demuxer: initialize end of partial packets
2012-10-25 Luca Barbatorawdec: remove ff_raw_read_header
2012-10-25 Luca Barbatog722: refactor out of rawdec.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-02-26 Anton Khirnovrawdec: set timebase to 1/fps.
2012-01-31 Anton Khirnovlavf: rename AVInputFormat.value to raw_codec_id.
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-01 Reimar Döffingerrawdec: Set start_time to 0 for raw audio files.
2011-12-10 Anton Khirnovrawdec: don't set codec timebase.
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-02 Justin RugglesCreate separate functions for the raw GSM demuxer.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-13 Justin Rugglesshn: do not allow seeking in the raw shn demuxer.
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-22 Janne GrunauAdd LATM demuxer
2011-09-17 Anton Khirnovrawdec: refactor private option for raw video demuxers
2011-09-17 Anton Khirnovpcmdec: use unique classes for all pcm demuxers.
2011-09-17 Anton Khirnovrawdec: g722 is always 1 channel/16kHz
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-04 Anton Khirnovrawdec: add framerate private option.
2011-06-03 Anton Khirnovrawdec: initialize return value to 0.
2011-06-03 Anton Khirnovrawdec: don't leak option strings.
2011-05-27 Anton Khirnovrawdec: add a pixel_format private option.
2011-05-27 Anton Khirnovrawdec: factor video demuxer definitions into a macro.
2011-05-27 Anton Khirnovrawdec: add video_size private option.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.{channels,sample_rate}.
2011-05-25 Anton Khirnovrawdec: add sample_rate/channels private options.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-02-21 Anton Khirnovavio: make get_partial_buffer internal.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-09-09 Martin StorsjöAdd a muxer and demuxer for raw G.722
2010-08-30 Aurelien Jacobssplit raw.c into rawdec.c and rawenc.c