index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: set the default rc_initial_buffer_occupancy
Luca Barbato
2013-01-15
1
-0
/
+3
*
libavcodec/utils: Add braces to shut up gcc warnings
Diego Biurrun
2012-12-30
1
-2
/
+2
*
lavc: set frame parameters after decoding only if necessary
Janne Grunau
2012-12-13
1
-5
/
+8
*
lavc: factorise setting buffer type in avcodec_default_get_buffer().
Anton Khirnov
2012-12-04
1
-3
/
+1
*
lavc: don't reuse audio buffers
Anton Khirnov
2012-12-04
1
-65
/
+11
*
lavc: set frame properties in ff_get_buffer().
Anton Khirnov
2012-12-04
1
-20
/
+18
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-3
/
+8
*
avcodec: remove ff_is_hwaccel_pix_fmt
Luca Barbato
2012-11-13
1
-1
/
+7
*
pixdesc: add av_pix_fmt_get_chroma_sub_sample
Luca Barbato
2012-11-13
1
-1
/
+2
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-2
/
+1
*
decode_audio3: initialize AVFrame
Ilkka Ollakka
2012-11-01
1
-1
/
+1
*
lavc: check channel count after decoder init
Justin Ruggles
2012-11-01
1
-0
/
+5
*
lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
Justin Ruggles
2012-11-01
1
-2
/
+1
*
lavc: initialize output AVFrame before decoding.
Anton Khirnov
2012-10-24
1
-0
/
+4
*
lavc: use the correct API version guard macro for avcodec_encode_audio()
Justin Ruggles
2012-10-23
1
-1
/
+1
*
avcodec: handle AVERROR_EXPERIMENTAL
Nathan Caldwell
2012-10-21
1
-0
/
+6
*
avcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL
Nathan Caldwell
2012-10-21
1
-10
/
+9
*
avcodec_encode_audio(): fix invalid free
Rafaël Carré
2012-10-16
1
-1
/
+1
*
avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()
Diego Biurrun
2012-10-13
1
-1
/
+1
*
avutil: add yuva422p and yuva444p formats
Luca Barbato
2012-10-12
1
-0
/
+2
*
lavc: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-2
/
+4
*
avcodec: free extended_data instead address of it
Janne Grunau
2012-10-09
1
-1
/
+1
*
Restructure av_log_missing_feature message
Diego Biurrun
2012-10-09
1
-1
/
+1
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-45
/
+45
*
avcodec: allow either planar or interleaved sample format when encoding mono
Justin Ruggles
2012-10-07
1
-1
/
+8
*
avcodec: Drop silly and/or broken printf debug output
Diego Biurrun
2012-10-01
1
-1
/
+0
*
lavc: set channel count from channel layout in avcodec_open2().
Anton Khirnov
2012-09-29
1
-4
/
+9
*
avcodec: Drop long-deprecated imgconvert.h header
Diego Biurrun
2012-09-27
1
-1
/
+0
*
lavc: add avcodec_free_frame().
Anton Khirnov
2012-09-24
1
-0
/
+15
*
lavc: ensure extended_data is set properly on decoding
Anton Khirnov
2012-09-24
1
-0
/
+14
*
lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()
Anton Khirnov
2012-09-24
1
-0
/
+4
*
lavc: use av_mallocz to allocate AVFrames.
Anton Khirnov
2012-09-24
1
-1
/
+1
*
lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults
Anton Khirnov
2012-09-24
1
-10
/
+10
*
avcodec: fix memleak in avcodec_encode_audio2()
Justin Ruggles
2012-09-22
1
-3
/
+6
*
avcodec: cleanup utils.c
Luca Barbato
2012-09-18
1
-232
/
+263
*
lavc: replace AVCodecContext.encode with subtitle-specific callback
Anton Khirnov
2012-09-17
1
-2
/
+2
*
lavc: add const to private codec class initialization.
Anton Khirnov
2012-09-17
1
-1
/
+1
*
lavc: add const to AVCodec* function parameters.
Anton Khirnov
2012-08-18
1
-5
/
+6
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-96
/
+96
*
Add support for iLBC decoding/encoding via the external library libilbc
Martin Storsjö
2012-06-18
1
-0
/
+5
*
avcodec/utils: cast a function argument to shut up a compiler warning
Diego Biurrun
2012-05-20
1
-1
/
+2
*
lavc: check that extended_data is properly set in avcodec_encode_audio2().
Anton Khirnov
2012-05-09
1
-0
/
+17
*
lavc: pad last audio frame with silence when needed.
Anton Khirnov
2012-05-09
1
-0
/
+64
*
avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()
Justin Ruggles
2012-05-07
1
-1
/
+0
*
avcodec: for audio encoding, reset output packet when it is not valid
Justin Ruggles
2012-05-07
1
-1
/
+4
*
avcodec: refactor avcodec_encode_audio2() to merge common branches
Justin Ruggles
2012-05-07
1
-3
/
+3
*
avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()
Justin Ruggles
2012-05-07
1
-68
/
+2
*
lavc: add sample rate and channel layout to AVFrame.
Anton Khirnov
2012-05-07
1
-0
/
+4
*
Remove lowres video decoding
Mans Rullgard
2012-04-21
1
-10
/
+3
*
avcodec_string: Favor AVCodecContext.codec over the default codec.
Alex Converse
2012-04-17
1
-1
/
+3
[next]