index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcm: support 24-bit/32-bit little-endian planar
Paul B Mahol
2013-09-27
1
-0
/
+2
*
avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARM
Diego Biurrun
2013-08-21
1
-1
/
+1
*
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-08-02
1
-0
/
+13
*
lavc: free the padded last frame during audio encoding properly
Anton Khirnov
2013-06-20
1
-6
/
+1
*
utils: fix avcodec_flush_buffers pre-reference counting compatibility
Janne Grunau
2013-06-16
1
-0
/
+3
*
lavc: use AVFrame API properly in pad_last_frame().
Anton Khirnov
2013-06-10
1
-15
/
+8
*
lavc/pthread: remove obsolete checks
Anton Khirnov
2013-05-17
1
-1
/
+1
*
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
Anton Khirnov
2013-05-15
1
-2
/
+2
*
lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)
Matt Wolenetz
2013-05-14
1
-0
/
+1
*
lavc: do not leak frames in avcodec_decode_audio4
Luca Barbato
2013-05-07
1
-3
/
+1
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-2
/
+3
*
avcodec: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-30
1
-20
/
+20
*
lavc: clear AVBuffers on decoded frames if refcounted_frames is not set
Anton Khirnov
2013-04-30
1
-0
/
+4
*
ff_get_buffer(): allocate the frame for max(coded,display) dimensions
Anton Khirnov
2013-04-19
1
-5
/
+13
*
lavc: don't overwrite display dimensions with coded dimensions.
Anton Khirnov
2013-04-10
1
-1
/
+1
*
dsputil: Make dsputil selectable
Ronald S. Bultje
2013-04-10
1
-1
/
+2
*
utils: add workaround for AVHWAccel in ff_get_buffer compat code
Janne Grunau
2013-03-26
1
-0
/
+4
*
lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo
Martin Storsjö
2013-03-26
1
-4
/
+3
*
lavc: Move start code finding to utils.c
Martin Storsjö
2013-03-26
1
-0
/
+34
*
lavc, lavfi: fix counting number of planes in AVBufferRef wrappers
Anton Khirnov
2013-03-19
1
-2
/
+2
*
lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers
Anton Khirnov
2013-03-17
1
-2
/
+2
*
Add av_log_{ask_for_sample|missing_feature} replacements to libavutil
Diego Biurrun
2013-03-13
1
-0
/
+3
*
avframe: call release_buffer only if it is set
Janne Grunau
2013-03-11
1
-1
/
+2
*
lavc: fix get_buffer() compatibility layer for audio.
Anton Khirnov
2013-03-10
1
-1
/
+1
*
lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft
Anton Khirnov
2013-03-09
1
-36
/
+0
*
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
Anton Khirnov
2013-03-09
1
-81
/
+0
*
lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft
Anton Khirnov
2013-03-09
1
-48
/
+0
*
lavc: update the fallback versions of ff_thread_*
Anton Khirnov
2013-03-08
1
-6
/
+6
*
lavc: make up a fake frame channel layout when there is no real one.
Anton Khirnov
2013-03-08
1
-2
/
+22
*
lavc: allow decoders to override frame parameters.
Anton Khirnov
2013-03-08
1
-7
/
+14
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-221
/
+390
*
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-03-08
1
-6
/
+12
*
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-03-07
1
-4
/
+4
*
lavc: Prettify printing of codec tags containing non alphanumeric characters
Stefano Sabatini
2013-03-07
1
-1
/
+6
*
get_buffer(): do not initialize the data.
Anton Khirnov
2013-02-15
1
-1
/
+0
*
dsputil: Move STRIDE_ALIGN macro to the only place it is used
Diego Biurrun
2013-02-13
1
-0
/
+7
*
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
[next]