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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Maxis XA demuxer and decoder.
Robert Marston
2008-04-14
3
-1
/
+28
*
Indentation
Benoit Fouet
2008-04-14
1
-2
/
+2
*
Support for BMP os2v1.
Benoit Fouet
2008-04-14
1
-1
/
+9
*
BFI demuxer
Sisir Koppaka
2008-04-13
1
-0
/
+1
*
ILP64 fixes (untested)
Michael Niedermayer
2008-04-13
1
-5
/
+5
*
Clear DIRS variable in common.mak, so it does not have to be cleared in
Diego Biurrun
2008-04-13
1
-2
/
+0
*
Unset DIRS after including subdir.mak so that the variable is not used
Diego Biurrun
2008-04-13
1
-0
/
+2
*
Generate the list of files to clean in subdirectories in common.mak.
Diego Biurrun
2008-04-13
1
-3
/
+1
*
Simplify CLEANFILES generation.
Diego Biurrun
2008-04-13
1
-11
/
+4
*
Add explanatory comments to enum CodecID.
Diego Biurrun
2008-04-13
1
-0
/
+3
*
Remove redundant &.
Michael Niedermayer
2008-04-13
1
-19
/
+19
*
Add a header file to declare Xvid IDCT functions.
Alexander Strange
2008-04-12
3
-5
/
+34
*
Crop parameters are unsigned, having them negative could be bad and lead
Michael Niedermayer
2008-04-11
1
-4
/
+4
*
Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv
Michael Niedermayer
2008-04-11
1
-3
/
+6
*
cosmetics: Break an overly long line.
Keiji Costantini
2008-04-10
1
-1
/
+3
*
cosmetics: Break some overly long lines.
Keiji Costantini
2008-04-10
1
-13
/
+28
*
cosmetics: Break some overly long lines.
Keiji Costantini
2008-04-10
1
-16
/
+30
*
Only set channels in the stream if previously unset, fixes resampling crash o...
Benjamin Larsson
2008-04-10
1
-1
/
+8
*
undo changes in aac_ac3_parser
Bartlomiej Wolowiec
2008-04-09
4
-61
/
+61
*
Fix H.264 interframe decoding when compiling with icc. Patch by Loren
Loren Merritt
2008-04-08
1
-2
/
+3
*
Fix reference to a file in MPlayer that was renamed.
Diego Biurrun
2008-04-08
1
-1
/
+1
*
add CODEC_ID_DIRAC
Michael Niedermayer
2008-04-08
1
-0
/
+1
*
Correction of typo in aac_ac3_parser
Bartlomiej Wolowiec
2008-04-08
1
-1
/
+1
*
Increase alignment for DCT block arrays from 8 to 16
Alexander Strange
2008-04-08
5
-5
/
+5
*
Add a missing comma in tiff_encoder.pix_fmts
Stefano Sabatini
2008-04-08
1
-1
/
+1
*
replace some ifeq with prettier ifdef
Måns Rullgård
2008-04-07
1
-2
/
+2
*
append TESTS-yes to TESTS; one ifeq less
Måns Rullgård
2008-04-07
1
-3
/
+1
*
non-recursive makefiles
Måns Rullgård
2008-04-07
1
-22
/
+21
*
Corrections of errors in aac_ac3_parser
Bartlomiej Wolowiec
2008-04-07
4
-3
/
+11
*
change of aac_ac3_parser, so it is able to send complete portion of data to d...
Bartlomiej Wolowiec
2008-04-05
4
-61
/
+53
*
Disable the split function. This should end the mpeg1/2 global header issues.
Michael Niedermayer
2008-04-04
1
-1
/
+0
*
Decode stuff from extradata as well.
Michael Niedermayer
2008-04-03
1
-0
/
+3
*
Factorize code a little.
Michael Niedermayer
2008-04-03
1
-8
/
+18
*
use common aac sample rate tables
Aurelien Jacobs
2008-04-02
1
-2
/
+3
*
Do not use the mlib IDCT by default. We do not want videos which are only
Michael Niedermayer
2008-04-02
1
-1
/
+1
*
use mpeg4audio common code in aac parser
Baptiste Coudurier
2008-04-01
2
-17
/
+6
*
mpeg4audio common code
Baptiste Coudurier
2008-04-01
2
-0
/
+132
*
h264 chroma mc ssse3
Loren Merritt
2008-04-01
5
-2
/
+251
*
Remove flexible array member from Escape 124
Eli Friedman
2008-04-01
1
-21
/
+21
*
minor typo fixes
Diego Biurrun
2008-03-31
1
-1
/
+1
*
cosmetics: Write some Doxygen comments in a more compact fashion.
Diego Biurrun
2008-03-31
1
-9
/
+3
*
Fix a bunch of typos in comments.
Diego Biurrun
2008-03-31
1
-12
/
+12
*
Remove redundant #ifdef around the complete file.
Diego Biurrun
2008-03-31
1
-4
/
+0
*
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
Diego Biurrun
2008-03-31
1
-1
/
+1
*
help gcc-2.95
Michael Niedermayer
2008-03-31
1
-1
/
+1
*
Escape 124 (RPL) decoder
Eli Friedman
2008-03-31
4
-0
/
+387
*
remove redundant context variable
Justin Ruggles
2008-03-31
1
-12
/
+8
*
8SVX decoder
Jai Menon
2008-03-30
4
-1
/
+121
*
change rle encoder to count up to 127, sgi does not support 128
Baptiste Coudurier
2008-03-30
1
-2
/
+2
*
Use 15-bit LPC precision by default. This generally gives better compression
Justin Ruggles
2008-03-30
1
-10
/
+2
[next]