summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Canopus Lossless decoderDerek Buitenhuis2012-08-018-2/+292
| | | | | | | | | | | | At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje2012-08-024-226/+168
| | | | | | | | | | 64-bit CPUs always have SSE available, thus there is no need to compile in the 3dnow functions. This results in smaller binaries.
* | eamad: Use dsputils instead of its own bswap16_bufDerek Buitenhuis2012-08-021-8/+1
| | | | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | flacenc: switch to av_assertMichael Niedermayer2012-08-021-4/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | flacdec: switch to av_assertMichael Niedermayer2012-08-021-4/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpegtsenc: Fix AC3 Sound issue with Blu-ray Players.Kifayat ullah2012-08-021-0/+26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | assdec: return EOF instead of EIO.Nicolas George2012-08-021-1/+1
| |
* | lavfi/rgbtestsrc: use ff_fill_rgba_map() rather than a local copyStefano Sabatini2012-08-021-11/+4
| | | | | | | | | | | | | | Also convert int rgba_map[4] to uint8_t rgba_map[4], as required by ff_fill_rgba_map(). Simplify.
* | lavfi/drawutils: make ff_draw_color() accept a const rgba mapStefano Sabatini2012-08-022-2/+2
| |
* | lavfi/video: remove duplicated function ff_null_start_frame_keep_ref()Stefano Sabatini2012-08-025-10/+4
| | | | | | | | | | | | | | Semantic for the function ff_null_start_frame() was changed in 07bad27810cd, and it has now the same behavior of ff_null_start_frame_keep_ref(), thus it makes no sense to keep both of them.
* | vorbisdec: fix heap buffer overflow.Michael Niedermayer2012-08-021-1/+1
| | | | | | | | | | Found-by: Dale Curtis <dalecurtis@chromium.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpegaudio_tablegen: try to fix hardcoded tablesMichael Niedermayer2012-08-021-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'dwbuiten/master'Michael Niedermayer2012-08-029-1/+292
|\ \ | | | | | | | | | | | | | | | | | | * dwbuiten/master: Canopus Lossless decoder Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Canopus Lossless decoderDerek Buitenhuis2012-08-019-1/+292
| | | | | | | | | | | | | | | | | | At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | | mp3dec: adjust IMDCT scaling to avoid overflowsMichael Niedermayer2012-08-023-3/+5
| | | | | | | | | | | | | | | | | | Fixes ticket268 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | configure: reduce difference to qatar by 2 linesMichael Niedermayer2012-08-021-2/+2
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-0122-2626/+2648
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs ARM: use =const syntax instead of explicit literal pools ARM: use standard syntax for all LDRD/STRD instructions fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64. dct-test: allow to compile without HAVE_INLINE_ASM. x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM. dca: Move tables used outside of dcadec.c to a separate file. dca: Rename dca.c ---> dcadec.c x86: h264dsp: Remove unused variable ff_pb_3_1 apetag: change a forgotten return to return 0 Conflicts: libavcodec/Makefile libavcodec/dca.c libavcodec/x86/fft_3dn.c libavcodec/x86/fft_3dn2.c libavcodec/x86/fft_mmx.asm Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun2012-08-015-5/+5
| | |
| * | ARM: use =const syntax instead of explicit literal poolsMans Rullgard2012-08-013-74/+35
| | | | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * | ARM: use standard syntax for all LDRD/STRD instructionsMans Rullgard2012-08-015-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | The standard syntax requires two destination registers for LDRD/STRD instructions. Some versions of the GNU assembler allow using only one with the second implicit, others are more strict. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * | fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje2012-07-315-226/+170
| | | | | | | | | | | | | | | 64-bit CPUs always have SSE available, thus there is no need to compile in the 3dnow functions. This results in smaller binaries.
| * | dct-test: allow to compile without HAVE_INLINE_ASM.Ronald S. Bultje2012-07-311-1/+1
| | |
| * | x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-314-33/+63
| | |
| * | dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-017-13/+39
| | |
| * | dca: Rename dca.c ---> dcadec.cDiego Biurrun2012-08-012-2/+2
| | | | | | | | | | | | This will allow adding dca.c with tables used from other files.
| * | x86: h264dsp: Remove unused variable ff_pb_3_1Diego Biurrun2012-08-011-2/+0
| | |
| * | apetag: change a forgotten return to return 0Anton Khirnov2012-07-311-1/+1
| | |
* | | lavfi/testsrc: use AVFILTER_DEFINE_CLASS for defining the filter classesStefano Sabatini2012-08-011-15/+6
| | | | | | | | | | | | Factorize.
* | | lavfi/testsrc: extend logic in request_frame, support static image outputStefano Sabatini2012-08-011-13/+32
| | |
* | | lavfi/testsrc: free the context in uninitStefano Sabatini2012-08-011-2/+10
| | | | | | | | | | | | Keeping stuff in the context can be useful for debugging purposes.
* | | alac: remove redundant "alac: " from log messagesPaul B Mahol2012-08-011-2/+2
| |/ |/| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | swr: fix 10l typo mixing in and out config.Michael Niedermayer2012-08-011-1/+1
| | | | | | | | | | | | Fixes ticket1458 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: honor -ss and -t parameters with muxed subtitles.Clément Bœsch2012-08-011-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes two things: - in case of subtitles, check_recording_time() is comparing the current PTS to the recording time (-t option, set to INT_MAX by default), so the -ss option needs to be taken into account. It is not required in do_{audio,video}_out() because this adjustment is set while polling the filtergraph (see poll_filters()). - It also adjusts the PTS sent to the encoder (and later transmitted to the muxer) so the TS in the output make sense and are not kept verbatim. Note: this only works for muxers honoring the PTS, such as lavf/matroskaenc. But for other such as the ASS muxer which just does a verbatim copy, or the SubRip muxer which doesn't write the TS in some cases, it will not work yet.
* | tiny_psnr: fix undefined shiftMichael Niedermayer2012-08-011-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | nuv: Fix playback of RTjpeg from current MythTV,Reimar Döffinger2012-08-011-2/+9
| | | | | | | | | | | | | | | | The previous validity check seems to work only for some (presumably older) files, in current versions the first bytes now contain the data size. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | nuv: check size of buffer before accessing it instead of after.Reimar Döffinger2012-08-011-1/+1
| | | | | | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | timecode: show frame rate when invalid.Clément Bœsch2012-08-011-1/+2
| |
* | configure: add support for dlltool when lib.exe is unavailableMichael Niedermayer2012-08-011-2/+11
| | | | | | | | | | | | The lib.exe test is untested. Someone who has lib.exe please test and fix it if it doesnt work Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add test for the tile video filter.Nicolas George2012-08-012-0/+2
| |
* | apetag: return value when required.Nicolas George2012-08-011-1/+1
| | | | | | | | Should fix compilation on clang.
* | vf_tile: fix output buffer ownership.Nicolas George2012-08-011-6/+8
| | | | | | | | | | | | | | | | | | There is no need to start_frame immediately on the output link since the rest is only done with the last frame of the tile. link->out_buf is now automatically dereferenced; since we give it away it must be cleared. Fix an assert failure; found by Clément Bœsch.
* | lavfi/testsrc: drop pointless parenthesesStefano Sabatini2012-08-011-1/+1
| |
* | lavfi: remove unused defaults.c fileStefano Sabatini2012-08-012-49/+0
| |
* | 8svx: ensure that packet size is multiple of channels.Nicolas George2012-08-011-1/+8
| | | | | | | | Fix an assert failure with packets of invalid size.
* | Skip chan tag padding.Carl Eugen Hoyos2012-08-011-0/+2
| | | | | | | | Fixes ticket #1580
* | paf: use reget_bufer() instead of get_buffer()Paul B Mahol2012-08-011-5/+2
| | | | | | | | | | | | | | Pallete is written to frame->data[1] only if it changes. This fixes PAL8->PAL8 transcoding. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | xvma: remove unused variablePaul B Mahol2012-08-011-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | h264_mc_template: switch to av_assertMichael Niedermayer2012-08-011-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g722enc: switch to av_assertMichael Niedermayer2012-08-011-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: avoid bogus error with "test.flac -c copy -f null -"Michael Niedermayer2012-08-011-1/+2
| | | | | | | | | | Reported-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud