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
*
mpeg4videodec: remove a write-only variable from MpegEncContext
Anton Khirnov
2013-11-29
2
-2
/
+1
*
mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
3
-4
/
+5
*
mpeg4videodec: replace MpegEncContext.reduced_res_vop with a local variable
Anton Khirnov
2013-11-29
2
-4
/
+1
*
mpeg4videodec: remove a write-only variable from MpegEncContext
Anton Khirnov
2013-11-29
2
-2
/
+1
*
mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContext
Anton Khirnov
2013-11-29
3
-10
/
+11
*
mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecC...
Anton Khirnov
2013-11-29
3
-33
/
+34
*
mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncConte...
Anton Khirnov
2013-11-29
3
-60
/
+62
*
mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpe...
Anton Khirnov
2013-11-29
3
-33
/
+46
*
mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4
Anton Khirnov
2013-11-29
2
-85
/
+86
*
mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.
Anton Khirnov
2013-11-29
5
-6
/
+9
*
vc1: move MpegEncContext.resync_marker into VC1Context.
Anton Khirnov
2013-11-29
6
-6
/
+7
*
mpeg4videoenc: don't set MpegEncContext.resync_marker
Anton Khirnov
2013-11-29
1
-2
/
+1
*
h263dec: remove commented out cruft
Anton Khirnov
2013-11-29
1
-25
/
+1
*
mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContext
Anton Khirnov
2013-11-29
4
-4
/
+5
*
mpeg4videodec: remove write-only sprite variables from MpegEncContext
Anton Khirnov
2013-11-29
2
-8
/
+4
*
mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContext
Anton Khirnov
2013-11-29
5
-27
/
+33
*
mpeg4videoenc: write 0 instead of vol_sprite_usage
Anton Khirnov
2013-11-29
1
-4
/
+3
*
mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContext
Anton Khirnov
2013-11-29
4
-19
/
+23
*
mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
Anton Khirnov
2013-11-29
7
-30
/
+39
*
mpeg4videodec: add a mpeg4-specific private context.
Anton Khirnov
2013-11-29
3
-6
/
+26
*
mxfdec: set extradata size
Anton Khirnov
2013-11-29
1
-1
/
+3
*
dcadec: add disable_xch private option.
Tim Walker
2013-11-28
1
-3
/
+20
*
dcadec: treat all 2-channel modes as Stereo in dca_downmix.
Tim Walker
2013-11-28
1
-3
/
+3
*
dca: support mixing LFE in dca_downmix.
Tim Walker
2013-11-28
2
-28
/
+37
*
dca: improve default stereo downmix coefficients.
Tim Walker
2013-11-28
1
-6
/
+6
*
dca: extract core substream's embedded downmix coeffcient codes, if present.
Tim Walker
2013-11-28
2
-33
/
+165
*
dca: remove embedded downmix coefficient extraction.
Tim Walker
2013-11-28
2
-44
/
+17
*
dca: convert dca_default_coeffs to float.
Tim Walker
2013-11-28
2
-13
/
+13
*
dcadec: store the stereo downmix coefficients as float in the DCAContext.
Tim Walker
2013-11-28
1
-14
/
+8
*
dcadec: implement request_channel_layout.
Tim Walker
2013-11-28
1
-5
/
+19
*
x86: dsputil: Suppress deprecation warnings for XvMC bits
Diego Biurrun
2013-11-28
1
-0
/
+3
*
dsputil/pngdsp: fix signed/unsigned type in end comparison
Michael Niedermayer
2013-11-28
2
-3
/
+3
*
configure: add strip flags checks
Vittorio Giovara
2013-11-28
2
-1
/
+24
*
h263dec: sanitize a condition.
Anton Khirnov
2013-11-27
1
-1
/
+1
*
h264_refs: make sure not to write over the bounds of the default ref list
Anton Khirnov
2013-11-27
1
-10
/
+17
*
doc/platform: Update to reflect current MSVC build situation
Derek Buitenhuis
2013-11-27
1
-9
/
+15
*
Add an audio transcoding example.
Andreas Unterweger
2013-11-27
3
-1
/
+773
*
build: Check for pod2man instead of perl for manual page generation
Diego Biurrun
2013-11-26
2
-5
/
+5
*
configure: Restore doc option to disable building the documentation
Diego Biurrun
2013-11-26
1
-0
/
+5
*
Makefile: Fix building programs on systems with a nonempty executable suffix
Martin Storsjö
2013-11-26
1
-2
/
+2
*
lavc: remove mp3_header_(de)compress bitstream filters
Anton Khirnov
2013-11-26
5
-191
/
+1
*
mpeg12dec: Extract CC user data into frame side data
John Stebbins
2013-11-26
4
-1
/
+78
*
MSN Audio support
Kostya Shishkov
2013-11-26
9
-17
/
+81
*
metasound: add last missing modes (8kHz @ 6kbps per channel)
Kostya Shishkov
2013-11-26
7
-4
/
+31
*
vc1: Reset numref if fieldmode is not set
Kostya Shishkov
2013-11-26
1
-0
/
+2
*
aacsbr: Add some const casts to silence warnings in ff_sbr_apply()
Diego Biurrun
2013-11-25
1
-7
/
+14
*
build: Integrate multilibrary examples into the build system
Diego Biurrun
2013-11-25
5
-8
/
+26
*
build: Separate building programs linking against libav* from building av*
Diego Biurrun
2013-11-25
2
-21
/
+24
*
doc: Add the host executable suffix for the print_options dependency
Martin Storsjö
2013-11-25
1
-1
/
+1
*
build: Import makedef script from c99-to-c89
Derek Buitenhuis
2013-11-24
2
-1
/
+133
[next]