index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
md5: include correct headers
Mans Rullgard
2011-07-03
1
-1
/
+1
*
md5: fix test program
Mans Rullgard
2011-07-03
1
-8
/
+16
*
doxygen: Drop array size declarations from Doxygen parameter names.
Diego Biurrun
2011-07-03
4
-4
/
+4
*
doxygen: Fix parameter names to match the function prototypes.
Diego Biurrun
2011-07-03
6
-7
/
+7
*
doxygen: Remove spurious documentation for non-existing function parameters.
Diego Biurrun
2011-07-03
2
-2
/
+0
*
doxygen: Fix execute_code() @return documentation.
Diego Biurrun
2011-07-03
1
-1
/
+1
*
snow: Remove unused code.
Diego Biurrun
2011-07-03
1
-342
/
+0
*
Move some conditionally used code below the appropriate #ifdef.
Diego Biurrun
2011-07-03
2
-3
/
+3
*
crc: add fate test
Mans Rullgard
2011-07-03
2
-0
/
+8
*
fate: move libavutil test rules to a separate file
Mans Rullgard
2011-07-03
3
-23
/
+23
*
configure: do not blank $LIBNAME if static libs disabled
Mans Rullgard
2011-07-03
1
-2
/
+0
*
Fix segmentation fault in ffprobe
Gavin Kinsey
2011-07-03
1
-0
/
+1
*
H.264: Add x86 assembly for 10-bit H.264 qpel functions.
Daniel Kang
2011-07-03
4
-50
/
+1076
*
Update Doxyfile to the format preferred by Doxygen 1.7.1 (via 'doxygen -u').
Reinhard Tartler
2011-07-03
1
-63
/
+283
*
aes: fix for big endian systems
Mans Rullgard
2011-07-03
1
-1
/
+5
*
des: reduce number of iterations in test program
Mans Rullgard
2011-07-03
1
-1
/
+1
*
fate: add DES test
Mans Rullgard
2011-07-03
1
-0
/
+5
*
avidec: simplify convoluted flow in avi_load_index()
Mans Rullgard
2011-07-03
1
-11
/
+7
*
ffv1: remove unused tables
Mans Rullgard
2011-07-03
1
-73
/
+1
*
Remove statements immediately following unconditional jumps
Mans Rullgard
2011-07-03
10
-12
/
+0
*
mjpeg: remove pointless braces around block of code
Mans Rullgard
2011-07-03
1
-21
/
+19
*
aes: fix invalid array indexing in init code
Mans Rullgard
2011-07-03
1
-14
/
+22
*
h264: remove assert() immediately following return statement
Mans Rullgard
2011-07-03
1
-1
/
+0
*
aes: use direct assignments instead of memcpy() or loops
Mans Rullgard
2011-07-03
1
-6
/
+5
*
ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6
Mans Rullgard
2011-07-02
1
-6
/
+1
*
ARM: NEON optimised vector_clip_int32()
Mans Rullgard
2011-07-02
2
-0
/
+19
*
swscale: disable full_chroma_int when converting to non-24/32bpp RGB.
Ronald S. Bultje
2011-07-02
1
-0
/
+13
*
suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxy
Stefano Sabatini
2011-07-02
1
-1
/
+1
*
ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()
Stefano Sabatini
2011-07-02
1
-1
/
+1
*
put_bits: remove ALT_BITSTREAM_WRITER
Mans Rullgard
2011-07-02
3
-107
/
+1
*
put_bits: always use intreadwrite.h macros
Mans Rullgard
2011-07-02
1
-14
/
+3
*
libavformat: Add an example how to use the metadata API
Reinhard Tartler
2011-07-02
3
-1
/
+59
*
doxygen: Prefer member groups over grouping into modules
Reinhard Tartler
2011-07-02
19
-144
/
+143
*
doxygen: be more permissive when searching for API examples
Reinhard Tartler
2011-07-02
1
-2
/
+2
*
avformat: doxify the Metadata API
Reinhard Tartler
2011-07-02
1
-34
/
+39
*
lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format.
Anton Khirnov
2011-07-02
1
-1
/
+6
*
lavf: use the correct pointer in av_open_input_stream().
Anton Khirnov
2011-07-02
1
-1
/
+2
*
avidec: infer absolute vs relative index from first packet
Alex Converse
2011-07-01
1
-7
/
+23
*
get_bits: remove x86 inline asm in A32 bitstream reader
Mans Rullgard
2011-07-01
1
-8
/
+0
*
doc: Remove outdated information about our issue tracker
Reinhard Tartler
2011-07-01
1
-228
/
+0
*
avidec: Factor out the sync fucntionality.
Alex Converse
2011-07-01
1
-116
/
+128
*
fate-aac: Expand coverage.
Alex Converse
2011-07-01
1
-0
/
+12
*
ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().
Justin Ruggles
2011-07-01
2
-0
/
+111
*
ac3dsp: simplify extract_exponents() now that it does not need to do clipping.
Justin Ruggles
2011-07-01
1
-14
/
+1
*
ac3enc: clip coefficients after MDCT.
Justin Ruggles
2011-07-01
4
-3
/
+35
*
ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.
Justin Ruggles
2011-07-01
4
-0
/
+171
*
swscale: for >8bit scaling, read in native bit-depth.
Ronald S. Bultje
2011-07-01
6
-83
/
+31
*
matroskadec: matroska_read_seek after after EBML_STOP leads to failure.
John Stebbins
2011-07-01
1
-0
/
+2
*
doxygen: fix usage of @file directive in libavutil/{dict,file}.h
Reinhard Tartler
2011-07-01
2
-2
/
+4
*
doxygen: Help doxygen parser to understand the DECLARE_ALIGNED and offsetof m...
Reinhard Tartler
2011-06-30
1
-0
/
+1
[next]