index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
avidec.c
Age
Commit message (
Expand
)
Author
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-30
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-06-04
avidec: make scale and rate unsigned.
Anton Khirnov
2012-03-20
lavf: deprecate av_read_packet().
Anton Khirnov
2012-02-15
libavformat: Add an ff_ prefix to some lavf internal symbols
Martin Storsjö
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-20
avidec: migrate last of lavf from FF_ER_* to AV_EF_*
Dustin Brody
2011-12-12
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-26
Generalize RIFF INFO tag support; support reading INFO tag in wav
Victor Vasiliev
2011-11-06
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-10-20
lavf: use avpriv_ prefix for some dv functions.
Anton Khirnov
2011-10-19
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-10
avidec: fix signed overflow in avi_sync()
Mans Rullgard
2011-10-10
avidec: simplify size parameter in memset()
Janne Grunau
2011-08-12
lavf: add support for error_recognition, use it in avidec, and bump minor API...
Dustin Brody
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-03
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
avidec: simplify convoluted flow in avi_load_index()
Mans Rullgard
2011-07-01
avidec: infer absolute vs relative index from first packet
Alex Converse
2011-07-01
avidec: Factor out the sync fucntionality.
Alex Converse
2011-06-16
Deprecate av_open_input_* and remove their uses.
Anton Khirnov
2011-06-10
Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.
Diego Biurrun
2011-06-08
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-07
Replace some printf instances in debug code by av_log.
Diego Biurrun
2011-06-02
Remove unused variables
Mans Rullgard
2011-04-24
read AVI palette from the end of extradata
Kostya Shishkov
2011-04-17
Replace more FFmpeg references by Libav.
Diego Biurrun
2011-04-15
make containers pass palette change in AVPacket
Kostya Shishkov
2011-04-14
handle malloc failures in ff_get_wav_header
Max Horn
2011-04-03
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-07
avio: deprecate url_feof
Anton Khirnov
2011-03-07
avio: avio_ prefix for url_fsize
Anton Khirnov
2011-03-04
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-01
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-02-21
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-06
avidec: simplify read_gab2_sub
Anton Khirnov
2011-02-04
Remove forgotten if (p) av_free(p) forms
Clément Bœsch
2011-01-29
Replace dprintf with av_dlog
Luca Barbato
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-25
avidec: make print_tag() a macro and remove related ifdefs
Mans Rullgard
2010-12-26
add ff_get_bmp_header
Peter Ross
2010-11-24
avidec: read some of the Nikon specific tags produced by Nikon cameras
Aurelien Jacobs
2010-11-23
avidec: support non-standard creation_time format
Aurelien Jacobs
2010-11-23
avidec: trivial simplification regarding av_metadata_set
Aurelien Jacobs
[next]