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
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
39
-1248
/
+1257
*
swscale: fix crash with dithering due incorrect offset calculation.
Anton Mitrofanov
2011-07-10
1
-2
/
+5
*
matroskadec: fix stupid typo (!= -> ==)
Anton Khirnov
2011-07-10
1
-1
/
+1
*
build: remove duplicates from order-only directory prerequisite list
Diego Biurrun
2011-07-10
1
-3
/
+3
*
build: rework rules for things in the tools dir
Mans Rullgard
2011-07-10
6
-18
/
+19
*
configure: fix --cpu=host with gcc 4.6
Mans Rullgard
2011-07-10
1
-1
/
+1
*
ARM: use const macro to define constant data in asm
Mans Rullgard
2011-07-10
6
-25
/
+20
*
bitdepth: simplify FUNC/FUNCC macros
Mans Rullgard
2011-07-10
1
-10
/
+4
*
dsputil: remove ff_emulated_edge_mc macro used in one place
Mans Rullgard
2011-07-10
2
-3
/
+1
*
9/10-bit: simplify clipping macros
Mans Rullgard
2011-07-10
1
-15
/
+6
*
matroskadec: reindent
Anton Khirnov
2011-07-10
1
-15
/
+15
*
matroskadec: defer parsing of cues element until we seek.
Aaron Colwell
2011-07-10
1
-45
/
+86
*
lavc: add support for codec-specific defaults.
Anton Khirnov
2011-07-10
3
-0
/
+23
*
lavc: make avcodec_alloc_context3 officially public.
Anton Khirnov
2011-07-10
11
-17
/
+41
*
lavc: remove a half-working attempt at different defaults for audio/video cod...
Anton Khirnov
2011-07-10
2
-3
/
+3
*
ac3dec: add a drc_scale private option
Anton Khirnov
2011-07-10
5
-1
/
+28
*
lavf: add avformat_find_stream_info()
Anton Khirnov
2011-07-10
3
-6
/
+41
*
lavc: introduce avcodec_open2() as a replacement for avcodec_open().
Anton Khirnov
2011-07-10
7
-5
/
+69
*
H.264: fix filter_mb_fast with 4:4:4 + 8x8dct
Jason Garrett-Glaser
2011-07-09
1
-1
/
+1
*
alsa: limit buffer_size to 32768 frames.
Justin Ruggles
2011-07-09
2
-0
/
+3
*
alsa: fallback to buffer_size/4 for period_size.
Justin Ruggles
2011-07-09
1
-0
/
+2
*
doc: replace @pxref by @ref where appropriate
Diego Biurrun
2011-07-09
4
-9
/
+8
*
mpeg1video: don't abort if thread_count is too high.
Frank Barchard
2011-07-09
1
-5
/
+9
*
segafilm: add support for videos with cri adx adpcm
Matthew Hoops
2011-07-09
1
-7
/
+21
*
gxf: Fix 25 fps DV material in GXF being misdetected as 50 fps
Tomas Härdin
2011-07-09
1
-9
/
+16
*
libxvid: Add const qualifier to silence compiler warning.
Diego Biurrun
2011-07-09
1
-1
/
+1
*
H.264: improve qp_thresh check
Jason Garrett-Glaser
2011-07-08
2
-6
/
+4
*
H.264: use fill_rectangle in CABAC decoding
Jason Garrett-Glaser
2011-07-08
1
-2
/
+1
*
H.264: Remove redundant hl_motion_16/8 code
Jason Garrett-Glaser
2011-07-08
1
-42
/
+10
*
H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIP
Jason Garrett-Glaser
2011-07-08
2
-25
/
+24
*
H.264: faster P-SKIP decoding
Jason Garrett-Glaser
2011-07-08
2
-10
/
+102
*
H.264: av_always_inline some more functions
Jason Garrett-Glaser
2011-07-08
3
-8
/
+8
*
H.264: Add x86 assembly for 10-bit H.264 predict functions
Daniel Kang
2011-07-08
4
-1
/
+998
*
swscale: rename uv_off/uv_off2 to uv_off_px/byte.
Ronald S. Bultje
2011-07-08
3
-46
/
+46
*
swscale: implement error dithering in planarCopyWrapper.
Ronald S. Bultje
2011-07-08
1
-19
/
+90
*
swscale: error dithering for 16/9/10-bit to 8-bit.
Ronald S. Bultje
2011-07-08
3
-30
/
+160
*
swscale: fix overflow in 16-bit vertical scaling.
Ronald S. Bultje
2011-07-08
8
-41
/
+41
*
swscale: fix crash in 8-bpc bilinear output without alpha.
Ronald S. Bultje
2011-07-08
1
-1
/
+2
*
swscale: fix 16-bit horizontal scaling underflow.
Ronald S. Bultje
2011-07-08
7
-23
/
+23
*
swscale: fix 16-bit scaling when output is 8-bits.
Ronald S. Bultje
2011-07-08
9
-27
/
+27
*
mp3enc: write a xing frame containing number of frames in the file
Anton Khirnov
2011-07-08
2
-5
/
+71
*
lavf: update AVStream.nb_frames when muxing.
Anton Khirnov
2011-07-08
2
-1
/
+8
*
ffmpeg: remove unused variables from InputStream.
Anton Khirnov
2011-07-08
1
-5
/
+0
*
doc: update ffmpeg -ar and -ac documentation to reflect reality.
Anton Khirnov
2011-07-08
1
-8
/
+8
*
ffmpeg: remove pointless if (nb_input_files)
Anton Khirnov
2011-07-08
1
-17
/
+14
*
ffmpeg: merge input_files_ts_offset into input_files.
Anton Khirnov
2011-07-08
1
-9
/
+10
*
ffmpeg: merge input_codecs into input_streams.
Anton Khirnov
2011-07-08
1
-10
/
+7
*
ffmpeg: drop AV prefixes from struct names.
Anton Khirnov
2011-07-08
1
-54
/
+54
*
ffmpeg: deprecate loop_input and loop_output options
Anton Khirnov
2011-07-08
4
-7
/
+15
*
gif: add loop private option.
Anton Khirnov
2011-07-08
3
-4
/
+34
[next]