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
*
mpegaudiodec: Do not discard mp_decode_frame() return value.
Diego Biurrun
2012-04-18
1
-0
/
+4
*
matroska: do not set invalid default duration if frame rate is zero
Mans Rullgard
2012-04-18
1
-1
/
+1
*
mkv: use av_reduce instead of av_d2q for framerate estimation
Luca Barbato
2012-04-17
1
-3
/
+5
*
mkv: report average framerate as minimal as well
Luca Barbato
2012-04-17
1
-0
/
+1
*
avcodec_string: Favor AVCodecContext.codec over the default codec.
Alex Converse
2012-04-17
1
-1
/
+3
*
cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow.
Alex Converse
2012-04-17
1
-2
/
+2
*
aacenc: Fix issues with huge values of bit_rate.
Reimar Döffinger
2012-04-17
2
-4
/
+8
*
dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit().
Diego Biurrun
2012-04-17
1
-2
/
+1
*
proresenc: multithreaded quantiser search
Kostya Shishkov
2012-04-17
1
-60
/
+101
*
riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE he...
Justin Ruggles
2012-04-17
1
-1
/
+1
*
avconv: only set the "channels" option when it exists for the specified input...
Justin Ruggles
2012-04-16
1
-2
/
+10
*
avplay: update get_buffer to be inline with avconv
Luca Barbato
2012-04-16
1
-0
/
+4
*
aacdec: More robust output configuration.
Alex Converse
2012-04-16
3
-113
/
+173
*
faac: Fix multi-channel ordering
Carl Eugen Hoyos
2012-04-16
1
-0
/
+10
*
faac: Add .channel_layouts
Alex Converse
2012-04-16
1
-0
/
+12
*
rtmp: Support 'rtmp_playpath', an option which overrides the stream identifier
Samuel Pitoiset
2012-04-16
1
-8
/
+18
*
rtmp: Support 'rtmp_app', an option which overrides the name of application
Samuel Pitoiset
2012-04-16
1
-1
/
+40
*
avutil: add better documentation for AVSampleFormat
Justin Ruggles
2012-04-16
1
-1
/
+26
*
indeo3: add parens around some macro arguments
Mans Rullgard
2012-04-16
1
-2
/
+2
*
h264: use proper PROLOGUE statement for a function using 8 registers.
Ronald S. Bultje
2012-04-16
1
-4
/
+4
*
doc: Update sample Vim config with suitable (function) indentation settings.
Diego Biurrun
2012-04-16
1
-0
/
+2
*
dv: Merge dvquant.h into dvdata.c where all other DV tables reside.
Diego Biurrun
2012-04-16
5
-136
/
+112
*
dv: Move static tables only used in one place to where they are used.
Diego Biurrun
2012-04-16
3
-32
/
+33
*
graphparser: set next to NULL on an entry extracted from inputs list
Anton Khirnov
2012-04-16
1
-2
/
+3
*
doc/filters: update documentation.
Anton Khirnov
2012-04-15
1
-10
/
+8
*
avconv: flush decoders immediately after an EOF.
Anton Khirnov
2012-04-15
1
-1
/
+8
*
avconv: send EOF to vsrc_buffer.
Anton Khirnov
2012-04-15
1
-0
/
+3
*
avconv: reindent.
Anton Khirnov
2012-04-15
1
-50
/
+50
*
avconv: add support for complex filtergraphs.
Anton Khirnov
2012-04-15
3
-57
/
+467
*
avconv: make filtergraphs global.
Anton Khirnov
2012-04-15
1
-68
/
+169
*
avconv: move filtered_frame from InputStream to OutputStream.
Anton Khirnov
2012-04-15
1
-5
/
+5
*
avconv: don't set output width/height directly from input value.
Anton Khirnov
2012-04-15
1
-7
/
+1
*
avconv: move resample_{width,height,pix_fmt} to InputStream.
Anton Khirnov
2012-04-15
1
-22
/
+25
*
avconv: remove a useless variable from OutputStream.
Anton Khirnov
2012-04-15
1
-5
/
+3
*
avconv: get output pixel format from lavfi.
Anton Khirnov
2012-04-15
5
-56
/
+40
*
graphparser: fix the order in which unlabeled input links are returned.
Anton Khirnov
2012-04-15
1
-1
/
+1
*
avconv: change {input,output}_{streams,files} into arrays of pointers.
Anton Khirnov
2012-04-15
1
-126
/
+143
*
avconv: don't pass input/output streams to some functions.
Anton Khirnov
2012-04-15
1
-36
/
+25
*
doc: Improve suggested Emacs settings for our coding style.
Diego Biurrun
2012-04-15
1
-4
/
+10
*
utvideo: Remove unused variable 'src_size'
Derek Buitenhuis
2012-04-15
1
-8
/
+4
*
mov: free memory on header parsing failure
Dale Curtis
2012-04-14
1
-33
/
+35
*
mov: fix leaking memory with multiple drefs.
Dale Curtis
2012-04-14
1
-0
/
+1
*
swscale: clip before assigning tables in RGB output functions.
Ronald S. Bultje
2012-04-14
1
-9
/
+15
*
swscale: fix off-by-one in second coefficient in bilinear filters.
Ronald S. Bultje
2012-04-14
1
-7
/
+7
*
vsrc_buffer: fix check from 7ae7c41.
Anton Khirnov
2012-04-14
1
-1
/
+1
*
libxvid: Reorder functions to avoid forward declarations; make functions static.
Diego Biurrun
2012-04-14
1
-272
/
+269
*
libxvid: drop some pointless dead code
Diego Biurrun
2012-04-14
1
-5
/
+0
*
wmal: vertical alignment cosmetics
Mashiat Sarker Shakkhar
2012-04-14
1
-2
/
+2
*
wmal: Warn about missing bitstream splicing feature and ask for sample.
Mashiat Sarker Shakkhar
2012-04-14
1
-0
/
+2
*
wmal: Skip seekable_frame_in_packet.
Mashiat Sarker Shakkhar
2012-04-14
1
-3
/
+2
[next]