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: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-13
/
+14
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-2
/
+2
*
Deprecate avctx.coded_frame
Vittorio Giovara
2015-07-20
1
-0
/
+12
*
Gather all coded_frame allocations and free functions to a single place
Vittorio Giovara
2015-07-20
1
-2
/
+10
*
PCM signed 16-bit big-endian planar decoder
Paul B Mahol
2015-06-24
1
-0
/
+1
*
avcodec: Free the default avoptions on init failure
Luca Barbato
2015-04-22
1
-0
/
+4
*
avcodec: Unref the dummy buffer on the fail path
Luca Barbato
2015-04-22
1
-0
/
+1
*
lavc: Introduce AVCodec internal capabilities
Vittorio Giovara
2015-03-13
1
-1
/
+6
*
lavc: Improve thread locking error message
Vittorio Giovara
2015-03-13
1
-1
/
+4
*
avcodec/utils: use correct printf specifier in ff_set_sar
Andreas Cadhalpun
2015-02-28
1
-1
/
+1
*
lavc: support extracting audio service type from side data
Anton Khirnov
2015-01-27
1
-0
/
+7
*
Add a side data type for audio service type.
Anton Khirnov
2015-01-27
1
-0
/
+1
*
lavc: add GBRAP to avcodec_align_dimensions2
Paul B Mahol
2015-01-14
1
-0
/
+1
*
avcodec: add AVCodecContext.sw_pix_fmt
Rémi Denis-Courmont
2014-12-25
1
-4
/
+11
*
lavc: Compact the side-data passthrough
Luca Barbato
2014-11-09
1
-29
/
+21
*
hwaccel: Deinitialize hardware acceleration early enough
Rémi Denis-Courmont
2014-11-04
1
-5
/
+5
*
dump: display codec tags when available
Vittorio Giovara
2014-10-17
1
-0
/
+13
*
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-10-15
1
-0
/
+10
*
lavc: use a separate field for exporting audio encoder padding
Anton Khirnov
2014-10-13
1
-0
/
+9
*
dump: print the original coded dimensions when available
Vittorio Giovara
2014-10-08
1
-0
/
+6
*
dump: print detailed color space information
Vittorio Giovara
2014-10-08
1
-0
/
+17
*
dump: split audio and video probing on multiple lines
Vittorio Giovara
2014-10-08
1
-7
/
+12
*
avcodec: make sure color_range is properly initialized
Vittorio Giovara
2014-10-08
1
-0
/
+5
*
ff_get_format: fix infinite loop
Rémi Denis-Courmont
2014-10-06
1
-1
/
+1
*
lavc: specify the behavior of av_lockmgr_register on failure.
Manfred Georg
2014-10-06
1
-12
/
+24
*
hwaccel: Call ->get_format again if hwaccel init fails
Rémi Denis-Courmont
2014-09-26
1
-31
/
+67
*
avcodec: add stream-level stereo3d side data
Vittorio Giovara
2014-08-28
1
-0
/
+9
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-2
/
+2
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
lavc: drop the av_fast_{re,m}alloc compatibility wrappers
Anton Khirnov
2014-08-10
1
-12
/
+0
*
Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.
Anton Khirnov
2014-08-09
1
-2
/
+0
*
avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const
Diego Biurrun
2014-07-26
1
-1
/
+1
*
build: Add define for SIMD extensions requiring 16-byte aligned buffers
Diego Biurrun
2014-07-22
1
-1
/
+1
*
dsputil: Split motion estimation compare bits off into their own context
Diego Biurrun
2014-07-17
1
-3
/
+3
*
dsputil: Move draw_edges() to mpegvideoencdsp
Diego Biurrun
2014-07-06
1
-0
/
+1
*
lavc: do not allocate edges in the default get_buffer2()
Anton Khirnov
2014-06-26
1
-21
/
+1
*
Add av_image_check_sar() and use it to validate SAR
Justin Ruggles
2014-06-20
1
-0
/
+33
*
libavcodec: set AVFrame colorspace fields on decoding
wm4
2014-06-01
1
-0
/
+7
*
Add transformation matrix API.
Vittorio Giovara
2014-05-19
1
-0
/
+9
*
lavc: remove the locking code in avcodec_close()
Anton Khirnov
2014-05-18
1
-18
/
+0
*
lavc: Add hwaccel private data and init/uninit callbacks
Anton Khirnov
2014-05-11
1
-4
/
+30
*
hwaccel: Support specific frame allocators
Luca Barbato
2014-05-11
1
-0
/
+7
*
lavc: set AVCodecContext.hwaccel in ff_get_format()
Anton Khirnov
2014-05-11
1
-15
/
+33
*
lavc: Add an internal wrapper around get_format()
Anton Khirnov
2014-05-11
1
-0
/
+5
*
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
[next]