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
*
lavf/utils: fix ff_interleave_compare_dts corner case.
Vitor Sessak
2011-05-10
5
-32
/
+32
*
fate: add 10-bit H264 tests.
Ronald S. Bultje
2011-05-10
8
-0
/
+93
*
h264: do not print "too many references" warning for intra-only.
Ronald S. Bultje
2011-05-10
1
-3
/
+5
*
Enable decoding of high bit depth h264.
Oskar Arvidsson
2011-05-10
1
-0
/
+11
*
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-10
34
-365
/
+753
*
Add support for higher QP values in h264.
Oskar Arvidsson
2011-05-10
5
-32
/
+62
*
Add the notion of pixel size in h264 related functions.
Oskar Arvidsson
2011-05-10
7
-196
/
+338
*
Make the h264 loop filter bit depth aware.
Oskar Arvidsson
2011-05-10
1
-12
/
+18
*
Template dsputil_template.c with respect to pixel size, etc.
Oskar Arvidsson
2011-05-10
1
-306
/
+398
*
Template h264idct_template.c with respect to pixel size, etc.
Oskar Arvidsson
2011-05-10
1
-45
/
+64
*
Preparatory patch for high bit depth h264 decoding support.
Oskar Arvidsson
2011-05-10
2
-298
/
+406
*
Move some functions in dsputil.c into a new file dsputil_template.c.
Oskar Arvidsson
2011-05-10
2
-1226
/
+1259
*
Move the functions in h264idct into a new file h264idct_template.c.
Oskar Arvidsson
2011-05-10
2
-248
/
+279
*
Move the functions in h264pred.c into a new file h264pred_template.c.
Oskar Arvidsson
2011-05-10
2
-892
/
+917
*
Preparatory patch for high bit depth h264 decoding support.
Oskar Arvidsson
2011-05-10
2
-258
/
+286
*
Add pixel formats for 9- and 10-bit yuv420p.
Oskar Arvidsson
2011-05-10
7
-1
/
+126
*
Choose h264 chroma dc dequant function dynamically.
Oskar Arvidsson
2011-05-10
5
-25
/
+29
*
h264: DSP'ize MBAFF loopfilter.
Ronald S. Bultje
2011-05-10
3
-140
/
+64
*
ffmpeg: Simplify decode loop condition to not use next_pts
Alexander Strange
2011-05-10
1
-7
/
+8
*
lavc: move some flac-specific options to its private context.
Anton Khirnov
2011-05-10
9
-60
/
+141
*
ffmpeg: remove unused fields AVOutputStream.original_width/height
Stefano Sabatini
2011-05-10
1
-7
/
+0
*
ffmpeg: remove unused variable padding_src in do_video_out()
Stefano Sabatini
2011-05-10
1
-3
/
+1
*
ffmpeg: fix negative verbosity.
Michael Niedermayer
2011-05-10
1
-2
/
+2
*
cmdutils: add OPT_INT check in parse_number_or_die()
Stefano Sabatini
2011-05-10
1
-0
/
+2
*
ffmpeg: rename configure_filters() to configure_video_filters()
Stefano Sabatini
2011-05-10
1
-2
/
+2
*
cmdutils: remove list_fmts(), simplify
Stefano Sabatini
2011-05-10
3
-13
/
+4
*
Add missing CONFIG_AVFILTER check.
Takashi Mochizuki
2011-05-10
1
-0
/
+2
*
mpegaudiodec: group #includes more sanely
Mans Rullgard
2011-05-09
1
-2
/
+1
*
mpegaudio: remove #if 0 blocks
Mans Rullgard
2011-05-09
1
-55
/
+0
*
ffmpeg.c: reset avoptions after each input/output file.
Anton Khirnov
2011-05-09
2
-0
/
+5
*
ffmpeg.c: store per-output stream sws flags.
Anton Khirnov
2011-05-09
1
-8
/
+8
*
mpegaudio: remove CONFIG_MPEGAUDIO_HP option
Mans Rullgard
2011-05-09
7
-64
/
+6
*
mpegtsenc: Clear st->priv_data when freeing it
Martin Storsjö
2011-05-09
1
-1
/
+1
*
udp: Fix receiving RTP data over multicast
Martin Storsjö
2011-05-09
1
-6
/
+6
*
rtpproto: Remove an unused variable
Martin Storsjö
2011-05-09
1
-3
/
+1
*
regtest: fix wma tests
Mans Rullgard
2011-05-09
1
-2
/
+2
*
mpegaudio: remove CONFIG_AUDIO_NONSHORT
Mans Rullgard
2011-05-09
1
-8
/
+0
*
regtest: separate flags for encoding and decoding
Mans Rullgard
2011-05-09
4
-24
/
+27
*
log: Fix an oob array read.
Alex Converse
2011-05-08
1
-1
/
+1
*
cosmetics: trim trailing whitespace in postproc
Alex Converse
2011-05-08
1
-1
/
+0
*
Ban strncpy() it's too easy to misuse.
Alex Converse
2011-05-08
1
-0
/
+2
*
psymodel: Remove wrapper functions.
Nathan Caldwell
2011-05-08
3
-43
/
+25
*
aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch...
Nathan Caldwell
2011-05-08
1
-26
/
+25
*
regtest: remove redundant flags in jpg test
Mans Rullgard
2011-05-08
1
-1
/
+1
*
regtest: use run_ffmpeg in do_image_formats
Mans Rullgard
2011-05-08
1
-2
/
+1
*
regtest: simplify encoding functions
Mans Rullgard
2011-05-08
2
-65
/
+65
*
ffmpeg.c: check for interlaced flag in the correct place.
Anton Khirnov
2011-05-08
1
-1
/
+1
*
drawtext: add documentation for the shadow parameters
Stefano Sabatini
2011-05-07
1
-0
/
+11
*
drawtext: add shadow support.
Michael Niedermayer
2011-05-07
1
-6
/
+33
*
drawtext: factor draw_glyphs.
Michael Niedermayer
2011-05-07
1
-27
/
+41
[next]