index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmdutils: extend -h to allow printing codec details.
Anton Khirnov
2012-08-19
9
-32
/
+172
*
cmdutils: change semantics of show_help_options() and document it.
Anton Khirnov
2012-08-19
4
-31
/
+35
*
avtools: move some newlines to show_help_options().
Anton Khirnov
2012-08-19
5
-12
/
+13
*
avconv: deprecate -isync.
Anton Khirnov
2012-08-19
3
-20
/
+8
*
avconv: reformat the options table.
Anton Khirnov
2012-08-19
1
-92
/
+175
*
avconv: get rid of ugly casts in the options table.
Anton Khirnov
2012-08-19
1
-64
/
+83
*
avconv: try to match codecs by codec descriptor name as a last resort.
Anton Khirnov
2012-08-19
1
-0
/
+10
*
avtools: fix show_foo() signatures.
Anton Khirnov
2012-08-19
6
-36
/
+51
*
vorbisdec: remove some pointless comments
Mans Rullgard
2012-08-19
1
-11
/
+11
*
avprobe: add const to AVCodec pointer
Mans Rullgard
2012-08-18
1
-1
/
+1
*
libavformat: add const to AVCodec pointers
Mans Rullgard
2012-08-18
1
-2
/
+2
*
pthread: add const to AVCodec pointers
Mans Rullgard
2012-08-18
1
-4
/
+4
*
mpegvideo_enc: don't use deprecated avcodec_encode_video().
Anton Khirnov
2012-08-18
1
-8
/
+23
*
cmdutils: refactor -codecs option.
Anton Khirnov
2012-08-18
4
-82
/
+131
*
avconv: make -shortest a per-output file option.
Anton Khirnov
2012-08-18
5
-10
/
+15
*
lavc: add avcodec_descriptor_get_by_name().
Anton Khirnov
2012-08-18
2
-0
/
+19
*
lavc: add const to AVCodec* function parameters.
Anton Khirnov
2012-08-18
3
-14
/
+17
*
swf(dec): replace CODEC_ID with AV_CODEC_ID
Anton Khirnov
2012-08-18
2
-9
/
+9
*
dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE
Anton Khirnov
2012-08-18
1
-2
/
+4
*
rtmpdh: Do not generate the same private key every time when using libnettle
Samuel Pitoiset
2012-08-17
1
-1
/
+9
*
rtp: remove ff_rtp_get_rtcp_file_handle().
Jordi Ortiz
2012-08-17
2
-10
/
+0
*
rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han...
Jordi Ortiz
2012-08-17
1
-4
/
+16
*
avio: add (ff)url_get_multi_file_handle() for getting more than one fd
Jordi Ortiz
2012-08-17
3
-8
/
+46
*
h264: vdpau: fix crash with unsupported colorspace
Uoti Urpala
2012-08-17
1
-0
/
+9
*
amrwbdec: Decode the fr_quality bit properly
Martin Storsjö
2012-08-17
1
-1
/
+1
*
libvpxenc: use the default bitrate if not set
Luca Barbato
2012-08-17
1
-2
/
+7
*
utvideo: Rename utvideo.c to utvideodec.c
Jan Ekström
2012-08-17
2
-1
/
+1
*
doc: Fix syntax errors in sample Emacs config
Jordi Ortiz
2012-08-17
1
-2
/
+2
*
mjpegdec: more meaningful return values
Luca Barbato
2012-08-17
1
-66
/
+77
*
configure: clean up Altivec detection
Mans Rullgard
2012-08-16
1
-7
/
+4
*
getopt: Remove an unnecessary define
Martin Storsjö
2012-08-16
1
-2
/
+0
*
rtmp: Use int instead of ssize_t
Martin Storsjö
2012-08-16
1
-3
/
+3
*
getopt: Add missing includes
Martin Storsjö
2012-08-16
1
-0
/
+3
*
rtmp: Add support for receiving incoming streams
Jordi Ortiz
2012-08-16
3
-7
/
+515
*
Add missing includes for code relying on external libraries
Martin Storsjö
2012-08-16
7
-0
/
+16
*
Fix even more missing includes after the common.h removal
Martin Storsjö
2012-08-16
1
-0
/
+3
*
build: Factor out rangecoder dependencies to CONFIG_RANGECODER
Diego Biurrun
2012-08-16
2
-7
/
+10
*
build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCE
Diego Biurrun
2012-08-16
2
-56
/
+42
*
x86: avcodec: Consistently name all init files
Diego Biurrun
2012-08-16
4
-3
/
+3
*
Add more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-16
4
-0
/
+4
*
Add some more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-15
5
-0
/
+6
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
238
-2
/
+346
*
rtmp: Automatically compute the hash for SWFVerification
Samuel Pitoiset
2012-08-15
3
-1
/
+138
*
rtmp: Add support for SWFVerification
Samuel Pitoiset
2012-08-15
3
-1
/
+73
*
api-example: use new video encoding API.
Anton Khirnov
2012-08-15
1
-28
/
+44
*
x86: avcodec: Appropriately name files containing only init functions
Diego Biurrun
2012-08-15
5
-4
/
+4
*
mpegvideo_mmx_template: drop some commented-out cruft
Diego Biurrun
2012-08-15
1
-8
/
+0
*
libavresample: add mix level normalization option
John Stebbins
2012-08-14
3
-1
/
+5
*
w32pthreads: Add missing #includes to make header compile standalone
Diego Biurrun
2012-08-14
1
-0
/
+3
*
rtmp: Gracefully ignore _checkbw errors by tracking them
Samuel Pitoiset
2012-08-14
1
-4
/
+16
[next]