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
*
one "cast discards qualifiers from pointer target type" less
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
Add support for Matroska attachments.
Evgeniy Stepanov
2008-01-27
1
-0
/
+4
*
improve CRC API
Aurelien Jacobs
2008-01-04
1
-12
/
+0
*
Check for avcodec_open codec parameter == NULL and return error in that case
Reimar Döffinger
2007-12-25
1
-1
/
+1
*
Add option for user to scale the amount of dynamic range compression which is
Justin Ruggles
2007-12-20
1
-0
/
+1
*
use av_log_get/set_level()
Måns Rullgård
2007-12-12
1
-1
/
+1
*
av_*_next() API for libavcodec
Michael Niedermayer
2007-12-12
1
-0
/
+5
*
make rc_buffer_size apply to audio as well
Michael Niedermayer
2007-12-03
1
-1
/
+1
*
add pcm_s16le_planar support for electronicarts files
Aurelien Jacobs
2007-11-25
1
-0
/
+2
*
Print pixel and display aspect ratios
Michel Bardiaux
2007-10-18
1
-0
/
+9
*
oops, revert unrelated change
Loren Merritt
2007-09-27
1
-1
/
+1
*
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ...
Loren Merritt
2007-09-27
1
-1
/
+1
*
Remove check for input buffer size as it does not guarantee that
Kostya Shishkov
2007-09-24
1
-2
/
+1
*
add support for yuva420p colorspace (yuv420p + alpha)
Aurelien Jacobs
2007-09-24
1
-5
/
+7
*
Add request_channels member to AVCodecContext so we now have a proper
Reimar Döffinger
2007-08-23
1
-0
/
+1
*
Use defines instead of raw hex numbers to specify CRC polynomials
Reimar Döffinger
2007-08-19
1
-3
/
+3
*
Add attribute that forces alignment of stack to functions that need it.
Ramiro Polla
2007-08-13
1
-5
/
+5
*
Add av_get_bits_per_sample_format()
David Conrad
2007-08-13
1
-0
/
+16
*
ensure that default_get_buffer() doesnt reuse images if the dimension or
Michael Niedermayer
2007-08-10
1
-0
/
+12
*
Return AVERROR(EINVAL) when invalid width and/or height are specified to
Panagiotis Issaris
2007-07-20
1
-0
/
+1
*
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.
Panagiotis Issaris
2007-07-20
1
-1
/
+3
*
set codec_type on init
Alex Beregszaszi
2007-07-17
1
-0
/
+1
*
Remove underscores before fcntl flags
Ramiro Polla
2007-07-11
1
-1
/
+1
*
Proper check for mkstemp().
Ramiro Polla
2007-07-11
1
-3
/
+3
*
free thread context
Janne Grunau
2007-07-06
1
-0
/
+2
*
me option implemented as an AVOption
Stefano Sabatini
2007-07-06
1
-0
/
+12
*
split frame rate and frame size abbreviation into two structures
Stefano Sabatini
2007-06-21
1
-49
/
+65
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-4
/
+4
*
Move the video size and rate abbreviations system from libavformat to libavcodec
Stefano Sabatini
2007-06-12
1
-0
/
+110
*
fix a crash with svq1 + sse2.
Loren Merritt
2007-05-12
1
-0
/
+2
*
add the possibility to choose aac profile
Nicolas George
2007-05-02
1
-0
/
+4
*
typos
Diego Biurrun
2007-04-07
1
-2
/
+2
*
typo
Michael Niedermayer
2007-04-03
1
-1
/
+1
*
FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad
Kamil Nowosad
2007-04-03
1
-0
/
+3
*
indention
Michael Niedermayer
2007-04-01
1
-6
/
+6
*
make AVCodec.init() optional
Michael Niedermayer
2007-04-01
1
-0
/
+2
*
Fix H.264 8x8 transform selection
Limin Wang
2007-03-24
1
-1
/
+1
*
kill 3 more av_mallocz_static()
Michael Niedermayer
2007-03-14
1
-0
/
+2
*
add a -ab with default of 64k
Michael Niedermayer
2007-03-07
1
-1
/
+2
*
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take Cod...
Michael Niedermayer
2007-03-07
1
-4
/
+19
*
change management of "ab" option in ffmpeg.c, so that it works as "b" option.
Benoit Fouet
2007-03-05
1
-1
/
+1
*
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
Panagiotis Issaris
2007-03-04
1
-1
/
+1
*
dummy support for mpeg2 non linear quant
Baptiste Coudurier
2007-03-04
1
-0
/
+1
*
remove ps option and rename rtp_payload_size AVOption to ps
Baptiste Coudurier
2007-03-01
1
-1
/
+1
*
get rid of rtp_mode field after next major bump
Baptiste Coudurier
2007-02-28
1
-0
/
+2
*
enable rtp payload size AVOption for video encoding
Baptiste Coudurier
2007-02-28
1
-1
/
+1
*
dont check buffer size if the decode function wont be called at all
Michael Niedermayer
2007-02-23
1
-11
/
+12
*
av_realloc_static() is an internal function and therefore should use the ff_ ...
Panagiotis Issaris
2007-02-23
1
-1
/
+1
*
Move the Doxygen function documentation unaltered from libavcodec/utils.c to
Panagiotis Issaris
2007-02-22
1
-20
/
+0
*
Add more Doxygen documentation.
Panagiotis Issaris
2007-02-22
1
-69
/
+0
[next]