summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* cosmetics: simplify latm_decode_initJanne Grunau2011-10-25
|
* latm: avoid unnecessary reinit of the aac decoderJanne Grunau2011-10-25
|
* aacdec: initialize sbr context only in new channel elementsJanne Grunau2011-10-25
|
* resample: reject unhandled conversionsJanne Grunau2011-10-25
| | | | audio_resample can not reduce the number of channels
* resample: remove unused #defineJanne Grunau2011-10-25
|
* adpcm: use sign_extend()Mans Rullgard2011-10-24
| | | | | | This avoids warnings from the overflow checker and simplifies the code. Signed-off-by: Mans Rullgard <mans@mansr.com>
* mpeg12: fix mpeg_decode_slice context parameter typeJanne Grunau2011-10-24
| | | | | | During slice threading only MpegEncContext is passed to mpeg_decode_slice, remove a wrong cast and change the function definition to take MpegEncContext pointer.
* Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau2011-10-24
| | | | | | | | This reverts commit da22ba7df461c13bf0b0eabc953303803a285d91 since it broke slice threading. Slice threading just duplicates MpegEncContext so every value used during mpeg_decode_slice has to be in it. A second patch will fix the illusion that Mpeg1Context is available in mpeg_decode_slice.
* Move id3v2 tag writing to a separate file.Michael Karcher2011-10-23
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* swscale: add missing colons to x86 assembly yuv2planeX.Ronald S. Bultje2011-10-23
| | | | This fixes assembling using "nasm".
* g722: split decoder and encoder into separate filesJustin Ruggles2011-10-23
|
* cosmetics: remove extra spaces before end-of-statement semi-colonsJustin Ruggles2011-10-23
|
* vorbisdec: check output buffer size before writing outputJustin Ruggles2011-10-23
|
* wavpack: calculate bpp using av_get_bytes_per_sample()Justin Ruggles2011-10-23
|
* ac3enc: Set max value for mode options correctlyJohn Stebbins2011-10-23
| | | | | | | | | for example: Attempting to set ac3 dsur_mode to "on" results in: [AC-3 Encoder @ 0x7f508f0a3280] Value 2.000000 for parameter 'dsur_mode' out of range [AC-3 Encoder @ 0x7f508f0a3280] Error setting option dsur_mode to value on. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* lavc: move get_b_cbp() from h263.h to mpeg4videoenc.cAnton Khirnov2011-10-23
| | | | It's not used anywhere else.
* mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
| | | | It's MPEG-1/2 specific.
* mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
| | | | It's MPEG-1 specific.
* mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.hAnton Khirnov2011-10-23
| | | | It will be used in vdpau code.
* mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-23
|
* id3v2: fix doxy comment - 'machine byte order' makes no sense on char arraysMichael Karcher2011-10-22
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* VC1: restore mistakenly removed codeMashiat Sarker Shakkhar2011-10-22
| | | | | | | | | The code was mistakenly removed in cad16562c8d76ea2a2a6495f29296c3ff7966946. It stored some motion vector data for future use in B-pictures. This fixes Bugzilla bug #57. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* twinvq: check output buffer size before decodingJustin Ruggles2011-10-22
|
* twinvq: return an error when the packet size is too smallJustin Ruggles2011-10-22
|
* lavf: export some forgotten symbols with non-av prefixes.Anton Khirnov2011-10-22
|
* swscale: update altivec yuv2planeX asm to new per-plane API.Ronald S. Bultje2011-10-22
|
* swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje2011-10-22
| | | | Also implement MMX/MMX2 versions and SSE4 versions.
* yuv2planeX10 SIMDKieran Kunhya2011-10-22
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* swscale: decide whether to use yuv2plane1/X on a per-plane basis.Ronald S. Bultje2011-10-22
|
* swscale: reintroduce full precision in 16-bit output.Ronald S. Bultje2011-10-22
|
* Split up yuv2yuvX functionsKieran Kunhya2011-10-22
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya2011-10-22
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavc: replace references to deprecated AVCodecContext.error_recognition to ↵Dustin Brody2011-10-22
| | | | | | use AVCodecContext.err_recognition Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavc: translate non-flag-based er options into flag-based ef options at ↵Dustin Brody2011-10-22
| | | | | | codec open Signed-off-by: Anton Khirnov <anton@khirnov.net>
* add -err_filter AVOptions to access flag-based error recognitionDustin Brody2011-10-22
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* h264_weight: initialize "height" function argument properly.Ronald S. Bultje2011-10-22
| | | | | Right now it's not actually initialized on 32-bit, leading to crashes on win32.
* presets: spelling error in libvpx 1080p50_60Lou Logan2011-10-22
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS XMarton Balint2011-10-22
| | | | The blue channel went missing when toggling fullscreen on Mac OS X.
* flvdec: Do not call parse_keyframes_index with a NULL streamReimar Döffinger2011-10-22
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* libspeexdec: include system headers before local headersJustin Ruggles2011-10-21
|
* libspeexdec: return meaningful error codesJustin Ruggles2011-10-21
|
* libspeexdec: cosmetics: reindentJustin Ruggles2011-10-21
|
* libspeexdec: decode one frame at a time.Justin Ruggles2011-10-21
| | | | | | This allows for knowing the output size before decoding even when there is no header (e.g. FLV). Otherwise we would have to do a preliminary full frame decode to determine the number of frames-per-packet.
* swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()Mans Rullgard2011-10-21
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Move timefilter code from lavf to lavd.Anton Khirnov2011-10-21
| | | | | | It's only used in the JACK device. Fixes linking shared lavd with JACK enabled.
* mov: add support for hdvd and pgapmetadata atomsRaivo Hool2011-10-21
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* mov: rename function _stik, some indentation cosmeticsRaivo Hool2011-10-21
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* mov: rename function _int8 to remove ambiguity, some indentation cosmeticsRaivo Hool2011-10-21
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* mov: parse the gnre atomRaivo Hool2011-10-21
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* mp3on4: check for allocation failures in decode_init_mp3on4()Justin Ruggles2011-10-21
|