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
*
error.h: test EDOM instead of EINVAL
Måns Rullgård
2010-03-14
1
-1
/
+1
*
Add missing includes to libavutil/error.h
Måns Rullgård
2010-03-14
1
-0
/
+3
*
Change the definition of AVERROR_NUMEXPECTED at the next libavutil
Stefano Sabatini
2010-03-14
1
-1
/
+5
*
Allow hard-coding of the 32kB cubic-root table for AAC.
Reimar Döffinger
2010-03-14
4
-9
/
+96
*
Fix brief make output for generated tables
Måns Rullgård
2010-03-14
2
-5
/
+5
*
Allow hard-coding several QDM2 tables (about 32 kB size).
Reimar Döffinger
2010-03-14
4
-67
/
+176
*
Add some more table-printing functions needed for future patches.
Reimar Döffinger
2010-03-14
2
-0
/
+6
*
Add ff_ prefix to dwt functions
Måns Rullgård
2010-03-14
3
-25
/
+25
*
Separate DWT from snow and dsputil
Måns Rullgård
2010-03-14
12
-975
/
+1046
*
Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in
Reimar Döffinger
2010-03-14
1
-1
/
+2
*
Make sure all mvs of a mb are set in the error concealment code.
Michael Niedermayer
2010-03-14
3
-7
/
+12
*
Mark AVERROR_ENOENT for deletion at the next libavutil major bump.
Stefano Sabatini
2010-03-14
1
-1
/
+1
*
Lexically sort the error code definitions.
Stefano Sabatini
2010-03-14
1
-4
/
+5
*
Ensure that the deblock filter accesses the correct MVs for h264.
Michael Niedermayer
2010-03-14
1
-6
/
+12
*
aacsbr: DSPUtilize analysis input scaling.
Alex Converse
2010-03-13
1
-2
/
+1
*
aac: Don't bias output during the IMDCT if SBR will be used.
Alex Converse
2010-03-13
2
-17
/
+18
*
Mark AVERROR_ENOMEM to be deleted at the next major bump.
Stefano Sabatini
2010-03-13
1
-1
/
+1
*
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
Stefano Sabatini
2010-03-13
7
-15
/
+15
*
Make iff.c:decode_init return the value returned by
Stefano Sabatini
2010-03-13
2
-2
/
+7
*
CODEC_ID_XVID is not used anywhere, remove it at next major bump
Aurelien Jacobs
2010-03-13
1
-0
/
+2
*
bump minor avcodec version for libxvid codec id change (r22489)
Aurelien Jacobs
2010-03-13
1
-1
/
+1
*
Make the scale filter pass the pkt.pos information to the output
Stefano Sabatini
2010-03-13
1
-0
/
+1
*
Bump libavfilter minor version and add APIchanges entry after the
Stefano Sabatini
2010-03-13
2
-1
/
+4
*
Make ffplay pass the packet.pos information to the filterchain, get it
Stefano Sabatini
2010-03-13
1
-4
/
+6
*
Add AVFilterPicRef.pos field and make libavfilter propagate stream
Stefano Sabatini
2010-03-13
3
-2
/
+6
*
Extend the slice filter to make it issue slice height values randomly
Stefano Sabatini
2010-03-13
1
-9
/
+22
*
vp3: Split out motion vectors to their own array
David Conrad
2010-03-13
1
-23
/
+27
*
Add APIchanges entry for the libavutil/error.h addition.
Stefano Sabatini
2010-03-13
1
-0
/
+4
*
Add missing parentheses around the AVERROR_PATCHWELCOME macro
Stefano Sabatini
2010-03-13
1
-1
/
+1
*
Move error code definitions from libavcodec/avcodec.h to
Stefano Sabatini
2010-03-13
4
-21
/
+50
*
theora: Add support for 4:2:2 and 4:4:4 subsampling
David Conrad
2010-03-13
1
-37
/
+92
*
vp3: remove unneeded error, this is internal and doesn't happen
David Conrad
2010-03-13
1
-5
/
+0
*
vp3: Make fragment_width _height by plane
David Conrad
2010-03-13
1
-22
/
+24
*
vp3: we only need a temp MV array of size 4
David Conrad
2010-03-13
1
-18
/
+6
*
vp3: Use memset to clear the fragment array
David Conrad
2010-03-13
1
-17
/
+1
*
vp3: Init MVs to 0
David Conrad
2010-03-13
1
-4
/
+2
*
vp3: Simplify init_block_mapping
David Conrad
2010-03-13
1
-98
/
+19
*
oggdec: Set packet duration for ogm streams
David Conrad
2010-03-13
1
-0
/
+3
*
matroskadec: add support for SIPR audio tracks
Aurelien Jacobs
2010-03-12
3
-4
/
+17
*
export rm_reorder_sipr_data() for future use by matroska demuxer
Aurelien Jacobs
2010-03-12
2
-5
/
+10
*
export sipr_subpk_size for future use by matroska demuxer
Aurelien Jacobs
2010-03-12
2
-2
/
+3
*
libxvid is producing standard mpeg4 so it don't need its own codec id
Aurelien Jacobs
2010-03-12
1
-1
/
+1
*
Replace BSD-specific integer types by their POSIX equivalents.
Diego Biurrun
2010-03-12
1
-6
/
+7
*
Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.
Diego Biurrun
2010-03-12
2
-1
/
+1
*
Fix guess_mv() so that it works correctly with 4x4 MV blocks.
Michael Niedermayer
2010-03-12
1
-11
/
+35
*
Fix indention
Michael Niedermayer
2010-03-12
1
-1
/
+1
*
Always reset slice_table.
Michael Niedermayer
2010-03-12
1
-2
/
+1
*
Print skip_frames variable.
Michael Niedermayer
2010-03-12
1
-2
/
+2
*
Document --disable-everything in configure --help.
Ramiro Polla
2010-03-12
1
-0
/
+1
*
fix compilation with --disable-everything --enable-muxer=mpegts
Aurelien Jacobs
2010-03-12
1
-1
/
+1
[next]