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
*
Make av_get_bit_rate() static and remove av_, the function is only used
Carl Eugen Hoyos
2010-02-28
1
-2
/
+2
*
Include libxvid_internal.h: It contains the prototype for av_tempfile().
Carl Eugen Hoyos
2010-02-28
1
-0
/
+1
*
Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding
Reimar Döffinger
2010-02-27
1
-14
/
+33
*
Free encoder extradata in avcodec_close(). Should fix several small memory
Vitor Sessak
2010-02-20
1
-0
/
+2
*
Special case VP5/6 chroma alignment on x86 as well
David Conrad
2010-02-12
1
-1
/
+3
*
More av_cold for infrequently called functions.
Zuxy Meng
2010-01-13
1
-1
/
+1
*
Add a function to match a 2 element vector of uint16_t and use it in h263 and...
Michael Niedermayer
2010-01-09
1
-0
/
+6
*
100l: Fix compilation after r21037.
Carl Eugen Hoyos
2010-01-06
1
-1
/
+1
*
Handle more ADPCM codecs in av_get_bits_per_sample().
Daniel Verkamp
2010-01-06
1
-0
/
+3
*
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
Stefano Sabatini
2010-01-03
1
-2
/
+2
*
Set reordered_opaque in default_reget_buffer() with internal buffers.
Michael Niedermayer
2009-12-14
1
-1
/
+3
*
Factorize av_get_bit_rate (for future use outside of libavcodec).
Robert Krüger
2009-11-21
1
-44
/
+30
*
Allocate pictures with enough padding for jpeg.
Michael Niedermayer
2009-11-20
1
-1
/
+3
*
Add functions to return library license and library configuration.
Diego Biurrun
2009-11-18
1
-0
/
+11
*
Add a NULL pointer check to avcodec_close() this should prevent a segfault
Michael Niedermayer
2009-11-10
1
-1
/
+1
*
Move ff_reverse in libavcodec to av_reverse in libavutil.
Francesco Lavra
2009-11-09
1
-19
/
+0
*
Print a warning message when avcodec_default_free_buffers finds unreleased
Reimar Döffinger
2009-10-13
1
-0
/
+2
*
Add an execute2 function that is more flexible and allows to use parallel
Reimar Döffinger
2009-10-12
1
-0
/
+10
*
Make avcodec_open set codec_id and codec_type if they haven't been set.
Reimar Döffinger
2009-10-01
1
-0
/
+5
*
Make sure priv_data is freed and codec is set to NULL in case of failure of a...
Michael Niedermayer
2009-09-23
1
-6
/
+7
*
Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_misma...
Michael Niedermayer
2009-09-22
1
-1
/
+4
*
Add parentheses to logical expression to avoid the warning:
Diego Biurrun
2009-09-20
1
-2
/
+3
*
perform sanity check on number of audio channels in avcodec_open()
Peter Ross
2009-09-16
1
-1
/
+3
*
Rename ff_log_missing_feature() to av_log_missing_feature().
Ronald S. Bultje
2009-06-29
1
-3
/
+3
*
Set AV_PKT_FLAG_KEY in avcodec_decode_video.
Reimar Döffinger
2009-06-03
1
-0
/
+2
*
Add a lock manager API to libavcodec.
Andreas Öman
2009-05-31
1
-0
/
+40
*
Move ALIGN macro to libavutil/common.h and use it in various places
David Conrad
2009-05-22
1
-5
/
+3
*
Make avcodec_thread_init() set the thread count, even in the case when
Stefano Sabatini
2009-04-23
1
-0
/
+1
*
Update safety check as the maximum pixel size is no longer 4.
Michael Niedermayer
2009-04-22
1
-1
/
+1
*
Add a av_fast_malloc function and replace several uses of av_fast_realloc,
Reimar Döffinger
2009-04-12
1
-0
/
+11
*
Make sure mpeg2 has its height rounded up to 32 as that is needed
Michael Niedermayer
2009-04-10
1
-0
/
+2
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-7
/
+47
*
Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.
Gwenole Beauchesne
2009-04-01
1
-0
/
+1
*
Fix indentation after r18047.
Reimar Döffinger
2009-03-19
1
-7
/
+7
*
Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]
Reimar Döffinger
2009-03-19
1
-1
/
+9
*
ff_find_hwaccel()
Michael Niedermayer
2009-02-24
1
-0
/
+12
*
av_hwaccel_next() by Gwenole Beauchesne.
Michael Niedermayer
2009-02-24
1
-0
/
+5
*
av_register_hwaccel() from Gwenole Beauchesne.
Michael Niedermayer
2009-02-24
1
-0
/
+11
*
Check return value of ff_fill_pointer in avcodec_default_get_buffer,
Reimar Döffinger
2009-02-23
1
-0
/
+2
*
Approved hunks for VAAPI / our new shiny hwaccel API
Michael Niedermayer
2009-02-23
1
-1
/
+3
*
Check that there are subtitle rects to encode in avcodec_encode_subtitle()
Björn Axelsson
2009-02-09
1
-0
/
+2
*
Check that start_display_time is 0 in avcodec_encode_subtitle()
Björn Axelsson
2009-02-09
1
-0
/
+4
*
Remove 'const' qualifier from variable in av_parse_video_frame_size().
Baptiste Coudurier
2009-02-08
1
-3
/
+3
*
remove useless cast, it does not remove warning, encode prototype must be cha...
Baptiste Coudurier
2009-02-08
1
-3
/
+3
*
Drop the deprecated function register_avcodec() at the next major
Stefano Sabatini
2009-02-06
1
-0
/
+2
*
Rename register_avcodec() as avcodec_register() and deprecate the old
Stefano Sabatini
2009-02-06
1
-1
/
+6
*
Ensure that the palette is set in data[1] for all 8bit formats.
Michael Niedermayer
2009-02-06
1
-2
/
+6
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
export gcd function as av_gcd()
Aurelien Jacobs
2009-01-17
1
-1
/
+1
[next]