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
*
rtsp: Support receiving plain data over UDP without any RTP encapsulation
Martin Storsjö
2012-08-09
2
-4
/
+22
*
rtpdec: Remove an unused include
Martin Storsjö
2012-08-09
1
-1
/
+0
*
rtpenc: Remove an av_abort() that depends on user-supplied data
Martin Storsjö
2012-08-09
1
-12
/
+9
*
vsrc_movie: discourage its use with avconv.
Anton Khirnov
2012-08-08
1
-0
/
+5
*
avconv: allow no input files.
Anton Khirnov
2012-08-08
2
-5
/
+8
*
avconv: prevent invalid reads in transcode_init()
Anton Khirnov
2012-08-08
1
-4
/
+6
*
avconv: rename OutputStream.is_past_recording_time to finished.
Anton Khirnov
2012-08-08
2
-9
/
+8
*
avconv: split the code for processing input packets out of transcode()
Anton Khirnov
2012-08-08
1
-90
/
+135
*
avconv: send EOF to lavfi even if flushing the decoder fails
Anton Khirnov
2012-08-08
1
-14
/
+8
*
avconv: get rid of pointless temporary variable.
Anton Khirnov
2012-08-08
1
-3
/
+2
*
avconv: simplify transcode().
Anton Khirnov
2012-08-08
1
-19
/
+21
*
avconv: cosmetics
Anton Khirnov
2012-08-08
1
-1
/
+1
*
avconv: replace no_packet array in transcode() with a var in InputStream
Anton Khirnov
2012-08-08
2
-16
/
+24
*
avconv: remove unused variable from InputFile.
Anton Khirnov
2012-08-08
1
-1
/
+0
*
avconv: remove commented out cruft.
Anton Khirnov
2012-08-08
1
-5
/
+0
*
avconv: maintain sync on lavfi outputs.
Anton Khirnov
2012-08-08
1
-60
/
+102
*
build: cosmetics: Reorder some lists in a more logical fashion
Diego Biurrun
2012-08-08
1
-4
/
+5
*
x86: pngdsp: Fix assembly for OS/2
Dave Yeo
2012-08-08
1
-1
/
+1
*
fate: add test for RTjpeg in nuv with frameheader
Janne Grunau
2012-08-08
3
-2
/
+59
*
rtmp: send check_bw as notification
Luca Barbato
2012-08-08
2
-1
/
+10
*
g723_1: clip argument for 15-bit version of normalize_bits()
Kostya Shishkov
2012-08-08
1
-0
/
+1
*
g723_1: use all LPC vectors in formant postfilter
Kostya Shishkov
2012-08-08
1
-0
/
+1
*
id3v2: Support v2.2 PIC
Mohammad Alsaleh
2012-08-08
1
-0
/
+2
*
avplay: fix build with lavfi disabled.
Konstantin Pavlov
2012-08-08
1
-0
/
+2
*
avconv: split configuring filter configuration to a separate file.
Anton Khirnov
2012-08-08
4
-530
/
+563
*
avconv: split option parsing into a separate file.
Anton Khirnov
2012-08-08
4
-2147
/
+2292
*
mpc8: do not leave padding after last frame in buffer for the next decode call
Kostya Shishkov
2012-08-08
1
-0
/
+2
*
mpegaudioenc: list supported channel layouts.
Anton Khirnov
2012-08-08
1
-0
/
+5
*
mpegaudiodec: don't print an error on > 1 frame in a packet.
Anton Khirnov
2012-08-08
1
-1
/
+0
*
api-example: update to new audio encoding API.
Anton Khirnov
2012-08-08
1
-17
/
+120
*
configure: add --enable/disable-random option
Mans Rullgard
2012-08-07
1
-0
/
+40
*
doc: cygwin: Update list of FATE package requirements
Diego Biurrun
2012-08-07
1
-2
/
+2
*
build: Remove all installed headers and header directories on uninstall
Diego Biurrun
2012-08-07
1
-2
/
+2
*
build: change checkheaders to use regular build rules
Mans Rullgard
2012-08-07
4
-7
/
+9
*
rtmp: Add a new option 'rtmp_subscribe'
Samuel Pitoiset
2012-08-07
3
-7
/
+21
*
rtmp: Add support for subscribing live streams
Samuel Pitoiset
2012-08-07
1
-0
/
+31
*
rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macro
Samuel Pitoiset
2012-08-07
1
-104
/
+23
*
ARM: use Q/R inline asm operand modifiers only if supported
Mans Rullgard
2012-08-07
3
-0
/
+10
*
configure: Add support for e500mc CPU
Derek Buitenhuis
2012-08-07
1
-0
/
+4
*
x86: fix build with nasm 2.08
Mans Rullgard
2012-08-07
1
-11
/
+7
*
x86: use nop cpu directives only if supported
Mans Rullgard
2012-08-07
2
-3
/
+11
*
x86: fix rNmp macros with nasm
Mans Rullgard
2012-08-07
1
-2
/
+2
*
build: add trailing / to yasm/nasm -I flags
Mans Rullgard
2012-08-07
1
-1
/
+1
*
x86: use 32-bit source registers with movd instruction
Mans Rullgard
2012-08-07
3
-11
/
+11
*
x86: add colons after labels
Mans Rullgard
2012-08-07
18
-115
/
+115
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
582
-3512
/
+3512
*
lavc: add AV prefix to codec ids.
Anton Khirnov
2012-08-07
5
-317
/
+698
*
build: fix library installation on cygwin
Yaakov Selkowitz
2012-08-07
1
-1
/
+4
*
mpc8: add a flush function
Justin Ruggles
2012-08-06
1
-0
/
+7
*
mpc8: set packet duration and stream start time instead of tracking frames
Justin Ruggles
2012-08-06
1
-4
/
+3
[next]