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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use $< automatic variable to simplify some commands.
Diego Biurrun
2009-03-22
1
-2
/
+2
*
Add a @todo with a comment from Kostya so we don't forget to optimize that at
Ronald S. Bultje
2009-03-22
1
-1
/
+4
*
Add AURA 1 and 2 codec IDs and register their FOURCCs
Kostya Shishkov
2009-03-22
2
-0
/
+4
*
allocate tracks instead of using MAX_STREAMS
Baptiste Coudurier
2009-03-22
1
-5
/
+14
*
init ext sample rate to 0 if not present
Baptiste Coudurier
2009-03-22
1
-2
/
+3
*
since code now use get_bits_long, allocate padding buffer
Baptiste Coudurier
2009-03-22
1
-1
/
+1
*
avoid creating a new stream not referenced in pmt since it cannot be associat...
Baptiste Coudurier
2009-03-22
1
-5
/
+2
*
Add common VA API data structures and helpers.
Gwenole Beauchesne
2009-03-22
3
-0
/
+488
*
Enable unscaled packed422 -> planar 420 converters by default as the
Michael Niedermayer
2009-03-21
1
-5
/
+4
*
10l (C code was buggy and untested)
Michael Niedermayer
2009-03-21
1
-4
/
+7
*
Average chroma of 2 lines in packed 422 -> planar 420.
Michael Niedermayer
2009-03-21
1
-4
/
+110
*
Add support for HW accelerated VC-1 decoding through the new
Gwenole Beauchesne
2009-03-21
1
-5
/
+14
*
reset codec width/height for h264 forcing decoder to parse extradata
Baptiste Coudurier
2009-03-21
1
-0
/
+3
*
Change the RGB5X5/BGR5X5 pixel format defines so that we have little
Stefano Sabatini
2009-03-21
4
-16
/
+56
*
Use PIX_FMT_NE() macro.
Stefano Sabatini
2009-03-21
1
-4
/
+3
*
Implement PIX_FMT_NE() macro.
Stefano Sabatini
2009-03-21
1
-0
/
+6
*
Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a
Stefano Sabatini
2009-03-21
2
-2
/
+32
*
Globally prefer enum PixelFormat over int when it makes sense.
Stefano Sabatini
2009-03-21
3
-36
/
+38
*
Remove slash-skipping code because the function called right after that
Ronald S. Bultje
2009-03-21
1
-3
/
+0
*
Reindent something where a if () --> { <-- is on a newline rather than on the
Ronald S. Bultje
2009-03-21
1
-2
/
+1
*
Free metadata if already allocated; fixes a memleak if the header occurs twice
Ronald S. Bultje
2009-03-21
1
-0
/
+2
*
Fix silly bug in hex_to_data() where it compares a string pointer for whether
Ronald S. Bultje
2009-03-21
1
-1
/
+1
*
Remove useless comment about something that is deprecated. See summary in
Ronald S. Bultje
2009-03-21
1
-3
/
+0
*
Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".
Ronald S. Bultje
2009-03-21
1
-2
/
+1
*
Merge functional code from get_word() and get_word_sep() into a single
Ronald S. Bultje
2009-03-21
1
-23
/
+12
*
Allow (and parse) incoming server messages (notices) interleaved with TCP
Ronald S. Bultje
2009-03-21
1
-14
/
+51
*
Add a @todo item to use ByteIOContext instead of URLContext at some point in
Ronald S. Bultje
2009-03-21
1
-0
/
+2
*
Remove index writing in RM muxer, since it is broken (multiple streams per
Ronald S. Bultje
2009-03-21
4
-25
/
+17
*
Don't allow to sync on packets of zero-size length, since these are never
Ronald S. Bultje
2009-03-21
1
-1
/
+1
*
Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length
Ronald S. Bultje
2009-03-21
1
-4
/
+1
*
Remove deprecated and now unused Mersenne Twister PRNG.
Diego Biurrun
2009-03-21
3
-177
/
+1
*
Register myself as Smacker maintainer
Kostya Shishkov
2009-03-21
1
-0
/
+2
*
When warning about forbidden pseudo random number generation functions,
Diego Biurrun
2009-03-21
1
-3
/
+3
*
Fix reference to av_random_init where av_lfg_init was meant.
Diego Biurrun
2009-03-21
1
-1
/
+1
*
Fix reference to av_random where av_lfg_get was meant.
Diego Biurrun
2009-03-21
1
-1
/
+1
*
Make Smacker audio decoder output audio in original bit depth
Daniel Verkamp
2009-03-21
2
-6
/
+6
*
Remove deprecated functions and structures on next version bump.
Diego Biurrun
2009-03-21
2
-0
/
+6
*
Fix build failure on x86_32 Mac OS X with PIC enabled
Cédric Schieli
2009-03-21
2
-2
/
+12
*
check if feed max file size is too small
Baptiste Coudurier
2009-03-21
1
-0
/
+5
*
cosmetics, reindent and remove empty line
Baptiste Coudurier
2009-03-21
1
-5
/
+4
*
new Truncate option which will make feeder truncate feed file
Baptiste Coudurier
2009-03-21
1
-0
/
+14
*
Fix avpicture_get_size for non-paletted formats with a helper palette
Reimar Döffinger
2009-03-21
3
-4
/
+19
*
Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi...
Reimar Döffinger
2009-03-21
1
-1
/
+3
*
update ffserver regression ref
Baptiste Coudurier
2009-03-21
1
-7
/
+7
*
do not call av_find_stream_info if stream is ffm, should fix stalling
Baptiste Coudurier
2009-03-21
1
-1
/
+1
*
send busy reply if max connections number is exceeded
Baptiste Coudurier
2009-03-21
1
-3
/
+19
*
Reindent
David Conrad
2009-03-21
1
-9
/
+9
*
Fix Speex header parsing in ogg demuxer
David Conrad
2009-03-21
1
-3
/
+6
*
Document ogg_codec's header function
David Conrad
2009-03-21
1
-0
/
+6
*
fix compilation when DEBUG_SEEK is defined
Baptiste Coudurier
2009-03-21
1
-1
/
+1
[prev]
[next]