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
*
mlpdec: quant_step_size can be any value from 0 to 0xF.
Ramiro Polla
2009-03-27
1
-1
/
+0
*
mlpdec: output_shift can be any value from -8 to 7.
Ramiro Polla
2009-03-27
1
-1
/
+0
*
mlpdec: output_shift is signed
Ramiro Polla
2009-03-27
1
-1
/
+1
*
mlpdec: Split read_channel_params() into its own function.
Ramiro Polla
2009-03-27
1
-37
/
+49
*
mlpdec: Split read_matrix_params() into its own function.
Ramiro Polla
2009-03-27
1
-38
/
+50
*
Merge some cases for reading raw data with different bit depths in BMP
Kostya Shishkov
2009-03-27
1
-14
/
+2
*
Use intptr_t when casting pointers to int.
Ramiro Polla
2009-03-26
2
-2
/
+2
*
fft-test does not depend on fdctref.o.
Diego Biurrun
2009-03-25
1
-1
/
+0
*
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
Diego Biurrun
2009-03-25
1
-3
/
+3
*
cosmetics: add an @return to documentation for decode_frame_header()
Justin Ruggles
2009-03-24
1
-0
/
+1
*
Update apiexample.c to use the newer avcodec_decode_audio2() API. This also
Robert Swain
2009-03-24
1
-1
/
+2
*
flacdec: split frame header decoding and validation into a separate
Justin Ruggles
2009-03-24
2
-40
/
+68
*
Add MPEG-2 bitstream decoding through VA API.
Gwenole Beauchesne
2009-03-23
2
-0
/
+150
*
Move av_class to AVResampleContext instead of ReSampleContext.
Benoit Fouet
2009-03-23
2
-2
/
+2
*
AAC: Ignore cc_domain for independent (time domain) coupling.
Alex Converse
2009-03-23
1
-8
/
+1
*
Add pcxenc.o to the $OBJS list, it was erroneously removed from it in
Stefano Sabatini
2009-03-22
1
-0
/
+1
*
flacdec: cosmetics: white space
Justin Ruggles
2009-03-22
1
-3
/
+3
*
flacdec: cosmetics: separate the pure frame header parsing code from
Justin Ruggles
2009-03-22
1
-32
/
+34
*
Rename 'tests' target to 'testprogs'. It is too easily confused with the
Diego Biurrun
2009-03-22
1
-3
/
+3
*
Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders
Diego Biurrun
2009-03-22
3
-21
/
+90
*
Make the pixel formats which were defined as macros:
Stefano Sabatini
2009-03-22
2
-18
/
+24
*
flacdec: allow sample rate to change mid-stream, but log a warning
Justin Ruggles
2009-03-22
1
-4
/
+8
*
Add rule for building API example programs.
Diego Biurrun
2009-03-22
1
-1
/
+2
*
Factorize: use the X_NE() macro in avcodec_get_pix_fmt().
Stefano Sabatini
2009-03-22
1
-7
/
+1
*
flacdec: cosmetics: indentation
Justin Ruggles
2009-03-22
1
-1
/
+1
*
Implement X_NE() macro.
Stefano Sabatini
2009-03-22
1
-0
/
+6
*
flacdec: change frame bps validation to return an error value if bps
Justin Ruggles
2009-03-22
1
-9
/
+10
*
flacdec: cosmetics: add some braces to if/else statements
Justin Ruggles
2009-03-22
1
-15
/
+15
*
flacdec: skip frame when allocated data size is too small
Justin Ruggles
2009-03-22
1
-1
/
+1
*
10l: don't check against current layout until after validating ch_mode.
Justin Ruggles
2009-03-22
1
-1
/
+1
*
flacdec: give a more accurate error message when validating channel
Justin Ruggles
2009-03-22
1
-4
/
+11
*
Export to pixdesc.h the av_pix_fmt_descriptors array.
Stefano Sabatini
2009-03-22
2
-1
/
+5
*
flacdec: move data size check to flac_decode_frame()
Justin Ruggles
2009-03-22
1
-6
/
+12
*
flacdec: comments and white space.
Justin Ruggles
2009-03-22
1
-3
/
+12
*
cosmetics: vertical alignment
Justin Ruggles
2009-03-22
1
-1
/
+1
*
flacdec: remove unneeded local variable
Justin Ruggles
2009-03-22
1
-5
/
+4
*
flacdec: cosmetics: rename 3 variables
Justin Ruggles
2009-03-22
1
-19
/
+19
*
flacdec: use a local variable for GetBitContext in decode_frame()
Justin Ruggles
2009-03-22
1
-15
/
+16
*
Add AURA 1 and 2 codec IDs and register their FOURCCs
Kostya Shishkov
2009-03-22
1
-0
/
+2
*
init ext sample rate to 0 if not present
Baptiste Coudurier
2009-03-22
1
-2
/
+3
*
Add common VA API data structures and helpers.
Gwenole Beauchesne
2009-03-22
3
-0
/
+488
*
Add support for HW accelerated VC-1 decoding through the new
Gwenole Beauchesne
2009-03-21
1
-5
/
+14
*
Change the RGB5X5/BGR5X5 pixel format defines so that we have little
Stefano Sabatini
2009-03-21
2
-11
/
+40
*
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
*
Fix reference to av_random_init where av_lfg_init 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
1
-6
/
+5
*
Remove deprecated functions and structures on next version bump.
Diego Biurrun
2009-03-21
2
-0
/
+6
*
Fix avpicture_get_size for non-paletted formats with a helper palette
Reimar Döffinger
2009-03-21
2
-2
/
+17
*
add a function to calculate a more accurate estimate for maximum FLAC
Justin Ruggles
2009-03-21
5
-14
/
+63
[next]