Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-04wmall: remove ;;Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-04Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer
* shariman/wmall: Fix audio output Suppress dumping of residues buffer Use quantizer value read from bitstream Cosmetics: Remove two empty lines and realign some code Reset acfilter_prevvalues buffer in clear_codec_buffers() Fix AC filter buffers and AC filter reversion Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-04Set bits_per_coded_sample when encoding Y41P.Carl Eugen Hoyos
This allows mplayer -vc bt411 to decode files encoded with FFmpeg. Reviewed-by: Paul B Mahol
2012-01-03Support 8bpp grayscale Sun Rasterfile images.Piotr Bandurski
Fixes ticket #865.
2012-01-03Added yuva420p decoding support for libopenjpegMichael Bradshaw
Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-03Added RGBA and YUV440 decoding support for libopenjpeg decoderMichael Bradshaw
Reviewed-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-03Fixed openjpeg decoding bug with width/linesize issueMichael Bradshaw
The original code wasn't taking into account the fact that linesize may not equal the frame's width. This is to correct that. Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-03lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_*Paul B Mahol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-03lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-03vp3: remove redeclaration of vp3_decode_flushJean First
Signed-off-by: Jean First <jeanfirst@gmail.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: mpegenc: use avctx->slices as number of slices v410enc: fix undefined signed left shift caused by integer promotion Release notes: mention cleaned up header includes fix Changelog file Fix a bunch of typos. Drop some pointless void* return value casts from av_malloc() invocations. wavpack: fix typos in previous cosmetic clean-up commit wavpack: cosmetics: K&R pretty-printing avconv: remove the 'codec framerate is different from stream' warning wavpack: determine sample_fmt before requesting a buffer bmv audio: implement new audio decoding API mpegaudiodec: skip all channels when skipping granules mpegenc: simplify muxrate calculation Conflicts: Changelog avconv.c doc/RELEASE_NOTES libavcodec/h264.c libavcodec/mpeg12.c libavcodec/mpegaudiodec.c libavcodec/mpegvideo.c libavformat/mpegenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02Fix audio outputMashiat Sarker Shakkhar
Up until now, the decoder didn't output anything in the data buffer. This fixes all the issues related to sample format, removes leftover code and actually outputs some audio to data buffer. With this, the only sample we have can be played. Seeking is still broken though.
2012-01-02Suppress dumping of residues bufferMashiat Sarker Shakkhar
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
Adds a new member to MpegEncContext to hold the number of used slice contexts. Fixes segfaults with '-threads 17 -thread_type slice' and fate-vsynth{1,2}-mpeg{2,4}thread{,_ilace} with --disable-pthreads.
2012-01-02v410enc: fix undefined signed left shift caused by integer promotionJanne Grunau
2012-01-02jpegdec: non interleaved rgb ljpeg support.Michael Niedermayer
Fixes Ticket856 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02jpegdec: 9-16 bit yuv/gray ljpeg support.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02jpegdec: Only enable rgb mode when there are 3 components.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02Fix a bunch of typos.Diego Biurrun
2012-01-02Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun
2012-01-02vp3: fix regression with mplayer-crash.ogvMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02wavpack: fix typos in previous cosmetic clean-up commitJustin Ruggles
2012-01-02wavpack: cosmetics: K&R pretty-printingJustin Ruggles
2012-01-02wavpack: determine sample_fmt before requesting a bufferHendrik Leppkes
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2012-01-02bmv audio: implement new audio decoding APIJustin Ruggles
2012-01-02mpegaudiodec: skip all channels when skipping granulesJustin Ruggles
Also fix calculation of new position when switching buffers. This fixes "overread" error messages when seeking.
2012-01-02y41p encoder and decoderPaul B Mahol
y41p is a packed 12-bit 4:1:1 YUV format used by Brooktree. Fixes issue 1123 / ticket #102. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02j2kdec: av_log formatting use %tx instead of %xJean First
Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02Revert "mpegvideo: Do not error out on default values of thread_count."Michael Niedermayer
This is not needed anymore. This reverts commit ca0350f49b82663123f7fb4fddcafa7c874a96a4.
2012-01-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: avconv: make -frames work for all types of streams, not just video. bfi: K&R cosmetics bgmc: K&R cleanup rawdec: Set start_time to 0 for raw audio files. Detect 'yuv2' as rawvideo also in avi. rawdec: propagate pict_type information to the output frame rawdec: Support more QT 1bpp rawvideo files. avconv: free bitstream filters threads: limit the number of automatic threads to MAX_AUTO_THREADS avplay: K&R cleanup fate: use rgb24 as output format for dfa tests threads: set thread_count to 1 when thread support is disabled threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264 Conflicts: ffplay.c libavcodec/avcodec.h libavcodec/pthread.c libavcodec/version.h tests/ref/fate/dfa1 tests/ref/fate/dfa10 tests/ref/fate/dfa11 tests/ref/fate/dfa2 tests/ref/fate/dfa3 tests/ref/fate/dfa4 tests/ref/fate/dfa5 tests/ref/fate/dfa6 tests/ref/fate/dfa7 tests/ref/fate/dfa8 tests/ref/fate/dfa9 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02Add missing PIX_FMT_NONE to libopenjpegencCarl Eugen Hoyos
fixes ticket #813 Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Reviewed-by: Jean First <jeanfirst@gmail.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02Cosmetics: Replace -1 with PIX_FMT_NONE.Paul B Mahol
2012-01-02bfi: K&R cosmeticsAneesh Dogra
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-01-02bgmc: K&R cleanupAneesh Dogra
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-01-02rawdec: propagate pict_type information to the output frameStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-01-02rawdec: Support more QT 1bpp rawvideo files.Piotr Bandurski
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-01-02h264: Fix frame sync / random access handling.Michael Niedermayer
It seems I have misunderstood the spec when I implemented this originally. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02h264: Fix recovery_frame initialization when recovery_frame is -1Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02h264: reset picture->sync on allocation.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02threads: limit the number of automatic threads to MAX_AUTO_THREADSJanne Grunau
The extra thread added in {frame_}*thread_init was not taken into account. Explicitly sets thread_count to 1 if only one CPU core was detected. Also fixes two typos in comments.
2012-01-02h264: add forgotten \n to "Invalid mix of idr and non-idr slices"Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-02h264: Print pass in NAL debug outputMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-01threads: set thread_count to 1 when thread support is disabledJanne Grunau
2012-01-01threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau
Some external codecs have their own code to determine the best number of threads. This number is not necessary the number of cpu cores. Thread_count will be only 0 if the codec has CODEC_CAP_AUTO_THREADS.
2012-01-01Use quantizer value read from bitstreamMashiat Sarker Shakkhar
Currently the code initializes quantizer even before reading it from bitstream and uses that to dequantize samples.
2012-01-01Support gray8a pam encoding.Carl Eugen Hoyos
2012-01-01pthread: dont autoenable frame threads with visualizationMichael Niedermayer
This combination doesnt work Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-01pthread: Limit automatic threads to mb_height.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-01Revert 464f26889c99f194d112fcf1197795d341fad38bMichael Niedermayer
The code is not needed for us and it doesnt work completely. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-01svq3: Fix memory corruption introduced by automatic thread_count.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>