git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
http: Expose the content location via an AVOption
[ffmpeg.git]
/
libavformat
/
au.c
2013-04-11
Diego Biurrun
Move misplaced file author information where it belongs
blob
|
commitdiff
2013-03-13
Diego Biurrun
avformat: av_log_ask_for_sample() ---> avpriv_request_s...
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: remove unnecessary casts
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: return AVERROR codes instead of -1
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: cosmetics: pretty-print and remove pointless comments
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: use ff_raw_write_packet()
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: set stream start time and packet durations
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: use %u when printing id and channels since they...
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: validate sample rate
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: move skipping of unused data to before parameter...
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: do not arbitrarily limit channel count
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: do not set pkt->size directly
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: set block_align and use it in au_read_packet()
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: set bit rate
blob
|
commitdiff
|
diff to current
2013-01-09
Justin Ruggles
au: validate bits-per-sample separately from codec tag
blob
|
commitdiff
|
diff to current
2012-12-23
Diego Biurrun
Return proper error code after av_log_ask_for_sample()
blob
|
commitdiff
|
diff to current
2012-12-17
Diego Biurrun
au: Reorder code so that both muxer and demuxer are...
blob
|
commitdiff
|
diff to current
2012-11-28
Justin Ruggles
lavf: move ff_codec_get_tag() and ff_codec_get_id(...
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-07-30
Diego Biurrun
Improve descriptiveness of a number of codec and contai...
blob
|
commitdiff
|
diff to current
2012-04-23
Michael Niedermayer
audemux: Add a sanity check for the number of channels
blob
|
commitdiff
|
diff to current
2012-04-06
Martin Storsjö
cosmetics: Align muxer/demuxer declarations
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
libavformat: Add an ff_ prefix to some lavf internal...
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove AVFormatParameters from AVFormatContext...
blob
|
commitdiff
|
diff to current
2011-11-30
Anton Khirnov
lavf: make av_set_pts_info private.
blob
|
commitdiff
|
diff to current
2011-11-02
Diego Biurrun
Replace ffmpeg references with more accurate libav...
blob
|
commitdiff
|
diff to current
2011-10-19
Anton Khirnov
lavf,lavd: replace av_new_stream->avformat_new_stream...
blob
|
commitdiff
|
diff to current
2011-07-17
Anton Khirnov
lavf: use designated initialisers for all (de)muxers.
blob
|
commitdiff
|
diff to current
2011-04-03
Anton Khirnov
avio: introduce an AVIOContext.seekable field
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-03-17
Anton Khirnov
avio: rename put_flush_packet -> avio_flush
blob
|
commitdiff
|
diff to current
2011-03-17
Anton Khirnov
lavf: replace avio_seek(SEEK_CUR) with avio_skip where...
blob
|
commitdiff
|
diff to current
2011-03-04
Anton Khirnov
avio: add avio_tell macro as a replacement for url_ftell
blob
|
commitdiff
|
diff to current
2011-03-01
Anton Khirnov
avio: avio_ prefix for url_fseek
blob
|
commitdiff
|
diff to current
2011-02-25
Anton Khirnov
lavf: use a new ffio_wfourcc macro instead of put_tag...
blob
|
commitdiff
|
diff to current
2011-02-21
Anton Khirnov
avio: avio: avio_ prefixes for put_* functions
blob
|
commitdiff
|
diff to current
2011-02-21
Anton Khirnov
avio: avio_ prefixes for get_* functions
blob
|
commitdiff
|
diff to current
2011-02-20
Anton Khirnov
avio: rename ByteIOContext to AVIOContext.
blob
|
commitdiff
|
diff to current
2011-01-26
Diego Elio Pettenò
Prefix all _demuxer, _muxer, _protocol from libavformat...
blob
|
commitdiff
|
diff to current
2010-08-30
Aurelien Jacobs
move pcm demuxers to their own file
blob
|
commitdiff
|
diff to current
2010-05-31
Peter Ross
Prevent au_read_packet() looping endlessly when .au...
blob
|
commitdiff
|
diff to current
2010-03-30
Stefano Sabatini
Define AVMediaType enum, and use it instead of enum...
blob
|
commitdiff
|
diff to current
2009-12-07
Jai Menon
AU : demuxed packet size should be sample size aligned.
blob
|
commitdiff
|
diff to current
2009-10-16
Carl Eugen Hoyos
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE...
blob
|
commitdiff
|
diff to current
2009-10-02
Reimar Döffinger
Return special EOF checking for aiff and au demuxers...
blob
|
commitdiff
|
diff to current
2009-10-01
Reimar Döffinger
au demuxer: pass av_get_packet error on unchanged inste...
blob
|
commitdiff
|
diff to current
2009-06-22
Daniel Verkamp
Add ff_ prefixes to exported symbols in libavformat...
blob
|
commitdiff
|
diff to current
2009-01-19
Diego Biurrun
cosmetics: Remove pointless period after copyright...
blob
|
commitdiff
|
diff to current
2009-01-13
Aurelien Jacobs
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
blob
|
commitdiff
|
diff to current
2008-10-03
Diego Biurrun
Remove offset_t typedef and use int64_t directly instead.
blob
|
commitdiff
|
diff to current
2008-10-02
Diego Pettenò
Use enum typers instead of int.
blob
|
commitdiff
|
diff to current
2008-09-02
Diego Biurrun
Replace generic CONFIG_MUXERS preprocessor conditionals...
blob
|
commitdiff
|
diff to current
2008-08-24
Reimar Döffinger
Change codec_tag type from const struct AVCodecTag...
blob
|
commitdiff
|
diff to current
2008-08-19
Peter Ross
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.
blob
|
commitdiff
|
diff to current
2008-07-26
Peter Ross
Support 32-bit floating point audio samples in Sun...
blob
|
commitdiff
|
diff to current
2008-06-19
Baptiste Coudurier
remove useless close funcs
blob
|
commitdiff
|
diff to current
2008-06-03
Stefano Sabatini
Make long_names in lavf/lavdev optional depending on...
blob
|
commitdiff
|
diff to current
2008-01-13
Roberto Togni
Add support for S8 PCM (codec 2)
blob
|
commitdiff
|
diff to current
2007-11-21
Björn Axelsson
Use dynamically allocated ByteIOContext in AVFormatContext
blob
|
commitdiff
|
diff to current
2007-09-11
Aurelien Jacobs
move unrelated functions declarations out of allformats.h
blob
|
commitdiff
|
diff to current
2007-07-19
Panagiotis Issaris
Replace all occurrences of AVERROR_IO with AVERROR...
blob
|
commitdiff
|
diff to current
2007-04-08
Michael Niedermayer
allocate 32 extra bytes at the end of the probe buffer...
blob
|
commitdiff
|
diff to current
2007-03-07
Diego Biurrun
Fix UNKOWN --> UNKNOWN typo
blob
|
commitdiff
|
diff to current
2007-01-21
Michael Niedermayer
remove now useless codec_tag setting code in muxers
blob
|
commitdiff
|
diff to current
2007-01-21
Michael Niedermayer
get rid of the [4] limitation of codec tag lists
blob
|
commitdiff
|
diff to current
2007-01-21
Michael Niedermayer
export a few more codec_tag-codec_id tables
blob
|
commitdiff
|
diff to current
2007-01-21
Michael Niedermayer
add codec_id <-> codec_tag tables to AVIn/OutputFormat
blob
|
commitdiff
|
diff to current
2006-10-23
Aurelien Jacobs
replace coder/decoder file description in libavformat...
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-07-12
Måns Rullgård
move common stuff from avienc.c and wav.c to new file...
blob
|
commitdiff
|
diff to current
2006-07-10
Måns Rullgård
allow individual selection of muxers and demuxers
blob
|
commitdiff
|
diff to current
2006-07-09
Måns Rullgård
give AVInput/OutputFormat structs consistent names
blob
|
commitdiff
|
diff to current
2006-06-30
Diego Pettenò
Move initialisations and internal symbols in allformats.h,
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-09-23
Diego Biurrun
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
blob
|
commitdiff
|
diff to current
2005-07-17
Michael Niedermayer
changing AVCodecContext codec -> *codec in AVStream...
blob
|
commitdiff
|
diff to current
2005-05-26
Michael Niedermayer
AVPacket.pos
blob
|
commitdiff
|
diff to current
2004-10-22
Michael Niedermayer
set keyframe flag at a more central place instead of...
blob
|
commitdiff
|
diff to current
2004-10-18
Michael Niedermayer
set correct timebase
blob
|
commitdiff
|
diff to current
2004-10-15
Nathan Kurz
set keyframe flag for au/wav patch by (Nathan Kurz...
blob
|
commitdiff
|
diff to current
2004-06-19
Mike Melanson
sweeping change from -EIO -> AVERROR_IO
blob
|
commitdiff
|
diff to current
2004-05-29
Michael Niedermayer
pass AVPacket into av_write_frame()
blob
|
commitdiff
|
diff to current
2003-11-10
Fabrice Bellard
seek support for PCM formats
blob
|
commitdiff
|
diff to current
2003-10-14
Mike Melanson
disable encoders where appropriate (patch courtesy...
blob
|
commitdiff
|
diff to current
2003-09-10
Fabrice Bellard
64 bit pts for writing - more const usage
blob
|
commitdiff
|
diff to current
2003-08-18
Michael Niedermayer
use codec_tag for encoding too
blob
|
commitdiff
|
diff to current
2003-08-08
Fabrice Bellard
add av_new_stream() usage
blob
|
commitdiff
|
diff to current
2003-02-11
Zdenek Kabelac
* UINTX -> uintx_t INTX -> intx_t
blob
|
commitdiff
|
diff to current
2002-12-04
Michael Niedermayer
cleanup
blob
|
commitdiff
|
diff to current
2002-11-25
Fabrice Bellard
renamed libav to libavformat
blob
|
commitdiff
|
diff to current