- 23 Nov, 2011 12 commits
-
-
Justin Ruggles authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
I.e. if the packet was only partially consumed, pass the rest of it into the decoder again. Also simplify the code so it's the same for video/audio/subs.
-
Anton Khirnov authored
Also check for sufficient packet size.
-
Justin Ruggles authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
AVFMT_NOTIMESTAMPS for crc, as it ignores the timestamps. AVFMT_VARIABLE_FPS for framecrc, as it prints dts. Many FATE changes, because avconv is no longer duplicating frames in those tests. Also added -vsync 0 for some tests to prevent avconv from dropping frames until it can be fixed more properly.
-
Anton Khirnov authored
Prevent avconv from duplicating or dropping frames for formats where it makes even less sense than usual, e.g. image2.
-
Anton Khirnov authored
-
Anton Khirnov authored
AVFMT_NOTIMESTAMPS for md5, as it ignores the timestamps. AVFMT_VARIABLE_FPS for framemd5, as it prints dts. -vsync 0 for the vp8 test is needed because with vsync 2 the timestamp guessing code gets confused by an altref frame that is never displayed and drops a frame later.
-
Mans Rullgard authored
The 'function' macro already includes the appropriate directives. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 22 Nov, 2011 14 commits
-
-
Alex Converse authored
Fixes File1.aac and Bug 80.
-
Alex Converse authored
Use PIX_FMT_NONE instead of -1 when dealing with PixelFormat variables.
-
Justin Ruggles authored
avoids passing around the extra argument among all the macros it uses
-
Justin Ruggles authored
This allows emulated_edge_mc_sse() and gmc_sse() to be used under AV_CPU_FLAG_SSE.
-
Justin Ruggles authored
The initial values are not checked against the number of block sizes. Initializing them to frame_len_bits will result in a block size index of 0 in these cases instead of something that might be out-of-range. Fixes Bug 81.
-
Alex Converse authored
-
Mans Rullgard authored
This fixes build errors in some environments. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
Introduce a basic layout, the subpages are currently left empty. Split libavutil in multiple groups as example of the structure
-
Luca Barbato authored
Remove the dubious warning about the header being private and add some formatting
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This prevents build errors when compiler and assembler default targets differ. Ideally each file would declare the highest level it requires. This is however not easily possible as it complicates assembling pre-armv6t2 code in Thumb-2 mode. HAVE_NEON is used as indicator for ARMv7-A since no other symbol exists for this and NEON is only available in this variant. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
Adding the thread count in frame level multithreading to has_b_frames as an additional delay causes more problems than it solves. For example inconsistent behaviour during timestamp calculation in libavformat. Thread count and frame level multithreading are both set by the user. If the additional delay caused by frame level multithreading needs to be considered in the calling code it has all information to take it into account. Should it become necessary to calculate a maximum delay inside libavcodec it should be exported as its own field and not reusing an existing field. Based on a patch by Michael Niedermayer. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
- 21 Nov, 2011 13 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This is easier to understand and is less likely to break horribly when a stream is to be both decoded and copied.
-
Justin Ruggles authored
-
Anton Khirnov authored
Fix spacing, vertically align, break some long lines, add some empty lines for readability.
-
Anton Khirnov authored
Output AVFormatContext is called 'oc' in most other places.
-
Anton Khirnov authored
-
Anton Khirnov authored
Fixes Bug 72.
-
- 20 Nov, 2011 1 commit
-
-
John Stebbins authored
Fix building with --disable-network. Signed-off-by: Martin Storsjö <martin@martin.st>
-