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
*
lavc: do not use AVCodecContext.codec_name in avcodec_string()
Anton Khirnov
2014-05-01
1
-2
/
+0
*
utils: add yvyu422 to avcodec_align_dimensions2
Vittorio Giovara
2014-04-19
1
-0
/
+1
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-1
/
+2
*
libavcodec: when decoding, copy replaygain side data to decoded frames
Anton Khirnov
2014-03-24
1
-7
/
+34
*
lavc: use AVFrame API properly in ff_reget_buffer()
Anton Khirnov
2014-02-24
1
-7
/
+9
*
lavc: set AVFrame pkt_pts and reordered_opaque in reget_buffer
John Stebbins
2014-02-11
1
-1
/
+4
*
avcodec: Suppress deprecation warnings from avcodec_alloc_frame()
Diego Biurrun
2014-02-04
1
-0
/
+2
*
lavc: do not force the emu edge flag
Anton Khirnov
2014-01-21
1
-5
/
+0
*
lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().
Anton Khirnov
2014-01-20
1
-0
/
+7
*
lavc: allow the caller to override dimensions in ff_get_buffer()
Anton Khirnov
2014-01-20
1
-3
/
+7
*
lavc: do not leak the internal frame if opening the codec fails
Anton Khirnov
2014-01-06
1
-1
/
+3
*
lavc: add 422/444 YUV with alpha to align_dimensions()
Anton Khirnov
2014-01-06
1
-0
/
+4
*
avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.
Tim Walker
2014-01-05
1
-0
/
+20
*
lavc: deprecate avcodec_get_frame_defaults().
Anton Khirnov
2013-12-11
1
-1
/
+1
*
lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().
Anton Khirnov
2013-12-11
1
-2
/
+2
*
lavc: deprecate avcodec_free_frame()
Anton Khirnov
2013-12-11
1
-12
/
+2
*
lavc: rework handling of refcounted_frames=0
Anton Khirnov
2013-12-09
1
-17
/
+59
*
lavc/decode_video(): always unref the frame if there is no output in decode_v...
Anton Khirnov
2013-12-09
1
-4
/
+2
*
lavc: remove a pointless check in decode_audio4()
Anton Khirnov
2013-12-09
1
-1
/
+1
*
lavc: use buf[0] instead of data[0] as the indicator of an allocated frame
Anton Khirnov
2013-12-09
1
-1
/
+1
*
lavc: remove the extended_data workarounds.
Anton Khirnov
2013-12-09
1
-12
/
+0
*
lavc: deprecate avcodec_alloc_frame().
Anton Khirnov
2013-11-16
1
-0
/
+2
*
Replace all instances of avcodec_alloc_frame() with av_frame_alloc().
Anton Khirnov
2013-11-16
1
-1
/
+1
*
Move av_fast_{m,re}alloc from lavc to lavu.
Anton Khirnov
2013-11-14
1
-26
/
+6
*
hwaccel: Simplify ff_find_hwaccel
Luca Barbato
2013-11-10
1
-1
/
+4
*
lavc: move AVCodecContext.pkt to AVCodecInternal
Anton Khirnov
2013-11-04
1
-4
/
+4
*
pthread: store thread contexts in AVCodecInternal instead of AVCodecContext
Anton Khirnov
2013-11-04
1
-1
/
+1
*
lavc/utils: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-31
1
-5
/
+9
*
lavc: replace avcodec_set_dimensions with ff_set_dimensions
Anton Khirnov
2013-10-31
1
-4
/
+15
*
lavc: add error checking to apply_param_change.
Anton Khirnov
2013-10-30
1
-14
/
+37
*
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
[next]