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
*
Restore array sizes in doxygen parameter names.
Diego Biurrun
2010-07-08
3
-4
/
+4
*
Also use 503 for bandwidth limit exceeded
Howard Chu
2010-07-08
1
-2
/
+2
*
Fix "server too busy" status code
Howard Chu
2010-07-08
1
-1
/
+1
*
Remove a useless variable in zmbv decoder.
Eli Friedman
2010-07-08
1
-3
/
+0
*
ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3
Justin Ruggles
2010-07-07
1
-1
/
+1
*
get_generic_seed() for the cases without /dev/random and AV_READ_TIME
Michael Niedermayer
2010-07-07
1
-6
/
+34
*
Rename read/write_line() to av_read/write_image_line().
Stefano Sabatini
2010-07-07
3
-6
/
+6
*
Cosmetics: whitespace
Alex Converse
2010-07-07
1
-1
/
+2
*
aacenc: Enforce LFE bitstream restrictions.
Alex Converse
2010-07-07
1
-5
/
+8
*
Add new decoder property max_lowres and do not init decoder if requested valu...
Carl Eugen Hoyos
2010-07-07
20
-2
/
+39
*
aacdec: remove checks for impossible error conditions
Måns Rullgård
2010-07-07
1
-37
/
+0
*
ARM: remove unnecessary .previous directive
Måns Rullgård
2010-07-07
1
-1
/
+0
*
ARM: set section to .text in 'function' macro
Måns Rullgård
2010-07-07
1
-0
/
+1
*
ARM: hide a .size directive on non-ELF targets
Måns Rullgård
2010-07-07
1
-1
/
+1
*
Cosmetics: whitespace
Alex Converse
2010-07-07
1
-3
/
+3
*
Add pixdesctest filter and corresponding test.
Stefano Sabatini
2010-07-07
7
-1
/
+164
*
Implement avfilter_copy_picref_props().
Stefano Sabatini
2010-07-07
1
-2
/
+15
*
FFplay : Fix segfault when playing monoaural streams.
Jai Menon
2010-07-07
1
-1
/
+2
*
ARM: optimised integer clip functions
Måns Rullgård
2010-07-07
1
-0
/
+45
*
ARM: intmath.h cosmetics
Måns Rullgård
2010-07-07
1
-3
/
+7
*
Allow arch-overrides for all common.h clip and log2 functions
Måns Rullgård
2010-07-07
1
-8
/
+32
*
Remove macro duplication between common.h and intmath.h
Måns Rullgård
2010-07-07
2
-20
/
+14
*
intmath: whitespace cosmetics
Måns Rullgård
2010-07-07
1
-14
/
+9
*
improve long_name for ass (de)muxer
Aurelien Jacobs
2010-07-07
2
-2
/
+2
*
motion_est: fix implicit truncation warnings
Reimar Döffinger
2010-07-07
1
-12
/
+13
*
Ignore extradata & w/h in asf/dvr.
Michael Niedermayer
2010-07-07
1
-1
/
+7
*
Move ff_dct_init(context) out of if(one time init)
Michael Niedermayer
2010-07-07
1
-3
/
+3
*
Silence warning "new qualifiers in middle of multi-level
Eli Friedman
2010-07-07
1
-2
/
+2
*
Associate .tga with format image2.
Carl Eugen Hoyos
2010-07-07
1
-1
/
+1
*
Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM
Vitor Sessak
2010-07-06
4
-266
/
+298
*
SSE optimized 32-point DCT
Vitor Sessak
2010-07-06
5
-0
/
+278
*
Add #ifdefs around code specific to file and pipe protocols
Måns Rullgård
2010-07-06
1
-18
/
+24
*
Rename av_tempfile() to ff_tempfile()
Måns Rullgård
2010-07-06
3
-4
/
+4
*
Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it
Måns Rullgård
2010-07-06
2
-43
/
+42
*
vf_pad: restore use of _CCIR colourspace conversion macros
Måns Rullgård
2010-07-06
1
-3
/
+3
*
os_support: include some headers only when needed
Måns Rullgård
2010-07-06
1
-3
/
+3
*
rtpenc: remove unnecessary #include unistd.h
Måns Rullgård
2010-07-06
1
-2
/
+0
*
file_protocol: remove redundant #include sys/time.h
Måns Rullgård
2010-07-06
1
-1
/
+0
*
Add av_unused to decode_mb_skip declaration to fix the following warning:
Eli Friedman
2010-07-06
1
-1
/
+1
*
aacenc: replace VLA with fixed size
Måns Rullgård
2010-07-06
1
-2
/
+4
*
Move shareable draw_rectangle() and query_formats function to the top
Stefano Sabatini
2010-07-05
1
-39
/
+43
*
Factorize out some code and implement the fill_line_with_color()
Stefano Sabatini
2010-07-05
1
-50
/
+56
*
Update lavfitest reference after commit:
Stefano Sabatini
2010-07-05
4
-4
/
+4
*
Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen -u').
Diego Biurrun
2010-07-05
1
-79
/
+459
*
cosmetics: Reformat paragraphs and fix typos as done by 'doxygen -u'.
Diego Biurrun
2010-07-05
1
-40
/
+42
*
cosmetics: Reorder config file entries to the format used by doxygen 1.5.6.
Diego Biurrun
2010-07-05
1
-109
/
+109
*
Revert update of Doxygen configuration file via 'doxygen -u'.
Diego Biurrun
2010-07-05
1
-593
/
+210
*
configure: simplify some OS-specific flag setting
Måns Rullgård
2010-07-05
1
-8
/
+3
*
rtpdec_asf: Propagate errors from the chained av_open_input_stream
Martin Storsjö
2010-07-05
2
-3
/
+7
*
Move frame_available computation to where it belongs in ffmpeg.c.
Michael Niedermayer
2010-07-05
1
-4
/
+2
[next]