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
*
add missing rules for wmv2 compilation
Aurelien Jacobs
2007-05-10
1
-0
/
+2
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
55
-58
/
+3
*
sse2 version of fdct_col.
Loren Merritt
2007-05-10
1
-92
/
+94
*
Simplify ptr[0]; ptr++; to *ptr++
Ramiro Polla
2007-05-09
1
-14
/
+7
*
Use bytestream
Ramiro Polla
2007-05-09
1
-27
/
+11
*
Use AV_XX16 macros
Ramiro Polla
2007-05-09
1
-3
/
+7
*
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
Aurelien Jacobs
2007-05-09
4
-44
/
+73
*
Factorize usum
Ramiro Polla
2007-05-09
1
-2
/
+4
*
Use 1 array with double the size instead of 2 arrays with normal size
Ramiro Polla
2007-05-09
1
-20
/
+8
*
Add bias instead of -32 or 0, as is done in g.722.1
Ramiro Polla
2007-05-09
1
-2
/
+2
*
Indentation for previous patch
Ramiro Polla
2007-05-09
1
-2
/
+2
*
Add another tmpbias variable, as bias' value will be used later
Ramiro Polla
2007-05-09
1
-5
/
+5
*
Fix logic for return value of init_vlc
Ramiro Polla
2007-05-09
1
-3
/
+3
*
Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.
Diego Biurrun
2007-05-09
1
-3
/
+3
*
Add ff_ prefix to (externally) visible variables
Kostya Shishkov
2007-05-09
3
-208
/
+208
*
Use correct dequantizer value
Kostya Shishkov
2007-05-09
1
-1
/
+1
*
Allow conditional compilation of H.263-related decoders.
Diego Biurrun
2007-05-09
2
-2
/
+9
*
cosmetics: remove code duplication in hadamard8_diff_mmx
Loren Merritt
2007-05-09
1
-183
/
+117
*
move cavs parser in it's own file
Aurelien Jacobs
2007-05-09
3
-82
/
+108
*
move defines and enums out of cavsdata.h
Aurelien Jacobs
2007-05-08
3
-129
/
+157
*
remove no more useful includes
Aurelien Jacobs
2007-05-08
1
-3
/
+1
*
cosmetics: rename for consistency after previous aac and ac3 parsers move
Aurelien Jacobs
2007-05-08
4
-11
/
+11
*
move aac and ac3 parsers in their own files
Aurelien Jacobs
2007-05-08
8
-313
/
+432
*
avoid multiple inclusion of ac3.h
Aurelien Jacobs
2007-05-08
1
-0
/
+5
*
cosmetics: remove duplicate transpose macro
Loren Merritt
2007-05-08
2
-12
/
+6
*
Move H.263 parser to its own file.
Diego Biurrun
2007-05-08
4
-70
/
+116
*
add doxygen comments
Ivo van Poorten
2007-05-07
1
-0
/
+16
*
cosmetics: fix inconsistent indentation
Aurelien Jacobs
2007-05-07
1
-4
/
+4
*
fix display of theora videos with visible size smaller than encoded size
Aurelien Jacobs
2007-05-07
1
-10
/
+9
*
Renderware TXD decoder
Ivo van Poorten
2007-05-07
4
-0
/
+169
*
generic S3TC DXT1 and DXT3 decoding functions
Ivo van Poorten
2007-05-07
2
-0
/
+132
*
RoQ audio encoder
Vitor Sessak
2007-05-07
4
-1
/
+180
*
make some parser parameters const to avoid casting const to non-const
Aurelien Jacobs
2007-05-07
17
-42
/
+42
*
fix possibly exploitable stack overflow with num_sprite_warping_points (found...
Michael Niedermayer
2007-05-06
1
-0
/
+5
*
Add prefix to some variables for consistency
Kostya Shishkov
2007-05-06
3
-28
/
+28
*
Move VC-1 data to .c file
Kostya Shishkov
2007-05-06
3
-618
/
+771
*
Make vc1_parser.c compilable without special defines
Kostya Shishkov
2007-05-06
2
-3
/
+3
*
Move variables to vc1data.h
Kostya Shishkov
2007-05-06
3
-66
/
+67
*
simplify
Loren Merritt
2007-05-06
1
-9
/
+4
*
Move dvdsub parser to its own file.
Diego Biurrun
2007-05-06
3
-61
/
+82
*
Rename dvbsubdec_parser.c to dvbsub_parser.c.
Diego Biurrun
2007-05-06
2
-1
/
+1
*
simplify
Loren Merritt
2007-05-06
1
-10
/
+4
*
faster and simpler vp6 bilinear mc
Loren Merritt
2007-05-06
1
-24
/
+4
*
Move dvbsubdec parser to its own file.
Diego Biurrun
2007-05-06
3
-171
/
+197
*
Remove superfluous #includes, parser.h now includes its prerequisites.
Diego Biurrun
2007-05-05
3
-3
/
+1
*
ff_frame_rate_tab is now declared in mpegvideo.h
Aurelien Jacobs
2007-05-05
1
-1
/
+0
*
avoid a clash between two definitions of SEQ_START_CODE
Aurelien Jacobs
2007-05-05
2
-2
/
+2
*
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
Aurelien Jacobs
2007-05-05
3
-4
/
+4
*
move mpegvideo_parser in it's own file
Aurelien Jacobs
2007-05-05
4
-175
/
+199
*
avoid a 'discards qualifiers from pointer' warning
Aurelien Jacobs
2007-05-05
1
-1
/
+1
[next]