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
...
*
clarify convergence_duration documentation
Aurelien Jacobs
2010-07-02
1
-0
/
+2
*
Fix memory leak introduced in r23933
Måns Rullgård
2010-07-02
1
-8
/
+2
*
Remove stray Doxygen grouping command; fixes one Doxygen warning.
Diego Biurrun
2010-07-02
1
-1
/
+0
*
Disambiguate bitstream groups for AAC and RV30/RV40.
Diego Biurrun
2010-07-02
2
-2
/
+2
*
Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Move DECODE_BYTES_PAD* macros before Doxygen comments.
Diego Biurrun
2010-07-02
1
-2
/
+3
*
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.
Diego Biurrun
2010-07-02
2
-3
/
+3
*
@begingroup --> @defgroup, only the latter is correct Doxygen syntax.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Fix doxy of gb parameter in decode_gain_info().
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Move #ifdef before zlib_decomp() up so it covers the Doxygen comments.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain().
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Fix the signature of ff_set_min_dist_lsf() to match the implementation
Diego Biurrun
2010-07-02
1
-1
/
+2
*
Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Fix typo in Doxygen function parameter name.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Avoid one more instance of angular brackets in Doxygen comments.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Avoid square brackets in Doxygen comments; Doxygen chokes on them.
Diego Biurrun
2010-07-02
5
-10
/
+9
*
Remove two more non-existing stray Doxygen function arguments.
Diego Biurrun
2010-07-02
1
-2
/
+0
*
Remove non-existing stray arguments from Doxygen function documentation.
Diego Biurrun
2010-07-02
7
-17
/
+0
*
Fix two more instances of wrong @ usage in Doxygen comments.
Diego Biurrun
2010-07-02
1
-2
/
+2
*
Fix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'.
Diego Biurrun
2010-07-02
2
-9
/
+9
*
Remove redundant and harmful explicit filename after @file Doxygen command.
Diego Biurrun
2010-07-02
2
-2
/
+2
*
Fix misspelled parameter names in Doxygen documentation.
Diego Biurrun
2010-07-02
8
-13
/
+13
*
Remove misplaced Doxygen comment.
Diego Biurrun
2010-07-02
1
-12
/
+0
*
SSSE3 versions of width4 VP8 6-tap MC functions
Jason Garrett-Glaser
2010-07-02
2
-161
/
+192
*
tablegen: the executable depends on tablegen headers as well
Diego Pettenò
2010-07-02
1
-2
/
+2
*
PPC: fix build on OSX without gas-preprocessor
Måns Rullgård
2010-07-02
1
-5
/
+5
*
Grammar fixes
Måns Rullgård
2010-07-02
3
-7
/
+7
*
vorbisdec: remove variable-length arrays
Måns Rullgård
2010-07-01
1
-11
/
+23
*
PPC: Altivec IMDCT
Loren Merritt
2010-07-01
1
-4
/
+114
*
Indent
Måns Rullgård
2010-07-01
1
-8
/
+8
*
Remove vestiges of radix-2 FFT
Måns Rullgård
2010-07-01
5
-91
/
+15
*
PPC: Altivec split-radix FFT
Måns Rullgård
2010-07-01
4
-98
/
+396
*
Check whether IBM or Apple PPC assembler syntax is used
Måns Rullgård
2010-07-01
2
-0
/
+101
*
mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c
Måns Rullgård
2010-07-01
2
-41
/
+42
*
mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder
Måns Rullgård
2010-07-01
1
-1
/
+1
*
Fix 100L in vp8dsp asm init
Jason Garrett-Glaser
2010-07-01
1
-2
/
+2
*
adu and mp3on4 functions are also needed by their respective float decoders
Aurelien Jacobs
2010-07-01
1
-4
/
+4
*
Altivec-optimized mp{1,2,3} windowing
Vitor Sessak
2010-07-01
4
-0
/
+139
*
Move colorspace.h from libavcodec to libavutil.
Stefano Sabatini
2010-07-01
7
-117
/
+6
*
cosmetic: improve comment breaking at 80 cols
Aurelien Jacobs
2010-07-01
1
-2
/
+2
*
fix dependencies of vp5 and vp6 decoders after r23915
Aurelien Jacobs
2010-07-01
1
-2
/
+2
*
Maybe fix threaded mpeg*video encoding
Måns Rullgård
2010-07-01
1
-0
/
+16
*
Fix h264/vp8 intra pred on Athlon XP
Jason Garrett-Glaser
2010-07-01
2
-19
/
+12
*
mpegaudioenc: Remove write-only variables from the context.
Rafaël Carré
2010-07-01
1
-5
/
+0
*
Eliminate another redundant instruction in vp56/8 arithcoder
Jason Garrett-Glaser
2010-06-30
1
-8
/
+17
*
CMOV-ify vp56 arithcoder
Jason Garrett-Glaser
2010-06-30
1
-6
/
+2
*
Optimize vp56 arithmetic decoder
Jason Garrett-Glaser
2010-06-30
1
-8
/
+9
*
Add more int packing macros, name them consistently
Måns Rullgård
2010-06-30
2
-6
/
+30
*
renormalize VP5/6/7/8 range coder without loop
Stefan Gehrer
2010-06-30
2
-8
/
+10
*
Do not skip one of three bits zero padding.
Daniel Kristjansson
2010-06-30
1
-1
/
+1
[prev]
[next]