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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set
Reimar Döffinger
2009-11-19
1
-1
/
+4
*
Revert r20548, it was a dream. It seems faad does not ouput the last frame
Baptiste Coudurier
2009-11-19
1
-1
/
+0
*
Clarify relations between log2_chroma_w, log2_chroma_h and comp.
Stefano Sabatini
2009-11-18
1
-1
/
+9
*
Make show_formats() print each bitstream filter on a separate line.
Stefano Sabatini
2009-11-18
1
-1
/
+1
*
faad needs CODEC_CAP_DELAY, otherwise you miss last frame
Baptiste Coudurier
2009-11-18
1
-0
/
+1
*
Add functions to return library license and library configuration.
Diego Biurrun
2009-11-18
2
-0
/
+21
*
Add functions to return library license and library configuration.
Diego Biurrun
2009-11-18
13
-0
/
+129
*
Split avdevice.c off from alldevices.c.
Diego Biurrun
2009-11-18
3
-7
/
+25
*
Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name
Stefano Sabatini
2009-11-18
2
-52
/
+52
*
Add missing #includes for avutil.h, required for the AV_VERSION* macros.
Diego Biurrun
2009-11-16
2
-0
/
+4
*
Use get_bits_left() instead of size_in_bits - get_bits_count().
Ronald S. Bultje
2009-11-16
11
-21
/
+21
*
Cosmetics: Fix indentation.
Carl Eugen Hoyos
2009-11-16
1
-3
/
+3
*
Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter.
Alex Converse
2009-11-15
1
-1
/
+1
*
Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.
Vitor Sessak
2009-11-15
2
-0
/
+62
*
Search relative path according to alias record when opening mov reference files.
Baptiste Coudurier
2009-11-15
2
-10
/
+92
*
Fix indention after last commit.
Michael Niedermayer
2009-11-14
1
-4
/
+4
*
Fix crash with av_tree_enumerate(NULL).
Michael Niedermayer
2009-11-14
1
-0
/
+2
*
Merge data tables from als_data.h with the decoder source to reduce
Thilo Borgmann
2009-11-14
2
-106
/
+73
*
Make sure av_tree_enumerate() enumerates left->right.
Michael Niedermayer
2009-11-14
1
-4
/
+5
*
Add long-term prediction to the ALS decoder.
Thilo Borgmann
2009-11-14
2
-2
/
+55
*
ac3dec: apply dynamic range compression to correct channels in dual-mono mode.
Justin Ruggles
2009-11-14
1
-1
/
+1
*
Add cflags filter for suncc
Michael Kostylev
2009-11-13
1
-0
/
+37
*
Reset rbsp buffer size when freeing its data buffer.
Mike Scheutzow
2009-11-13
1
-0
/
+2
*
Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer
Luca Abeni
2009-11-13
1
-3
/
+5
*
Split overly long line in doxy.
Stefano Sabatini
2009-11-12
1
-1
/
+4
*
Bump minor version after MPEG-4 Lossless commit
Vitor Sessak
2009-11-12
1
-1
/
+1
*
Bump minor version after applying ALS decoder.
Carl Eugen Hoyos
2009-11-12
1
-1
/
+1
*
Split the sdp_read_packet() function out of rtsp_read_packet().
Luca Abeni
2009-11-12
1
-52
/
+63
*
Move some some functions around, so that splitting the SDP code out of
Luca Abeni
2009-11-12
1
-161
/
+162
*
Mark AOT_ALS as a supported MPEG-4 audio object type.
Alex Converse
2009-11-12
1
-1
/
+1
*
Debug print MP4 objectTypeIndication in hex not decimal as values are listed in
Alex Converse
2009-11-12
1
-1
/
+1
*
Cosmetics: Re-indent
Alex Converse
2009-11-12
1
-1
/
+1
*
Fix a __warn_memset_zero_len gcc-4.4 warning.
Alex Converse
2009-11-12
1
-0
/
+1
*
Swap slicify / scale description positions, "scale" comes before
Stefano Sabatini
2009-11-12
1
-15
/
+15
*
Add scale filter.
Stefano Sabatini
2009-11-11
5
-1
/
+231
*
Add #include for required header config.h.
Diego Biurrun
2009-11-11
1
-0
/
+1
*
Add MPEG-4 Audio Lossless Coding (ALS) decoder.
Thilo Borgmann
2009-11-11
6
-0
/
+1096
*
Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificCo...
Thilo Borgmann
2009-11-11
1
-1
/
+40
*
Add '#undef fprintf' before PRINT macro that uses fprintf.
Diego Biurrun
2009-11-11
1
-0
/
+2
*
Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.
Alex Converse
2009-11-11
1
-1
/
+1
*
AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the
Alex Converse
2009-11-11
1
-7
/
+7
*
Add a channels field to MPEG4AudioConfig.
Alex Converse
2009-11-11
5
-8
/
+7
*
Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this
Vitor Sessak
2009-11-11
2
-2
/
+2
*
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.
Alex Converse
2009-11-11
1
-0
/
+1
*
Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.
Carl Eugen Hoyos
2009-11-11
1
-0
/
+6
*
Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec
Justin Ruggles
2009-11-10
1
-1
/
+6
*
indent
Michael Niedermayer
2009-11-10
1
-1
/
+1
*
Cosmetics: Fix indentation after r20505.
Carl Eugen Hoyos
2009-11-10
1
-1
/
+1
*
Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test
Carl Eugen Hoyos
2009-11-10
1
-3
/
+1
*
Try to fix has_b_frame calculation for open gop files.
Michael Niedermayer
2009-11-10
1
-5
/
+8
[next]