summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Handle unicode file names on windows rtp: Rename the open/close functions to alloc/free Lowercase all ff* program names. Refer to ff* tools by their lowercase names. NOT Pulled Replace more FFmpeg instances by Libav or ffmpeg. Replace `` by $() syntax in shell scripts. patcheck: Allow overiding grep program(s) through environment variables. NOT Pulled Remove stray libavcore and _g binary references. vorbis: Rename decoder/encoder files to follow general file naming scheme. aacenc: Fix whitespace after last commit. cook: Fix small typo in av_log_ask_for_sample message. aacenc: Finish 3GPP psymodel analysis for non mid/side cases. Remove RDFT dependency from AAC decoder. Add some debug log messages to AAC extradata Fix mov debug (u)int64_t format strings. bswap: use native types for av_bwap16(). doc: FLV muxing is supported. applehttp: Handle AES-128 encrypted streams Add a protocol handler for AES CBC decryption with PKCS7 padding doc: Mention that DragonFly BSD requires __BSD_VISIBLE set Conflicts: ffplay.c ffprobe.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun2011-04-23
| |
| * vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-23
| |
| * aacenc: Fix whitespace after last commit.Nathan Caldwell2011-04-23
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * cook: Fix small typo in av_log_ask_for_sample message.Diego Biurrun2011-04-23
| |
| * aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell2011-04-23
| | | | | | | | | | | | | | | | | | There is still are still a few sections missing relating to TNS (not present) and mid/side (contains other bugs). Overall this improves quality, and vastly improves rate-control. Signed-off-by: Martin Storsjö <martin@martin.st>
| * Add some debug log messages to AAC extradataAlex Converse2011-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Wed, Apr 20, 2011 at 11:39 AM, Justin Ruggles <justin.ruggles@gmail.com> wrote: > On 04/20/2011 02:26 PM, Alex Converse wrote: > >> --- >>  libavcodec/aacdec.c |   10 +++++++++- >>  1 files changed, 9 insertions(+), 1 deletions(-) >> >> >> >> 0002-Add-some-Debug-log-messages-to-AAC-extradata.patch >> >> >> diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c >> index c9761a1..3ec274f 100644 >> --- a/libavcodec/aacdec.c >> +++ b/libavcodec/aacdec.c >> @@ -79,7 +79,6 @@ >>             Parametric Stereo. >>   */ >> >> - >>  #include "avcodec.h" >>  #include "internal.h" >>  #include "get_bits.h" > > > stray whitespace change > oops, fixed >From 94e8d0eea77480630f84368c97646cabc0f50628 Mon Sep 17 00:00:00 2001 From: Alex Converse <aconverse@google.com> Date: Wed, 20 Apr 2011 11:23:34 -0700 Subject: [PATCH] Add some debug log messages to AAC extradata MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1" This is a multi-part message in MIME format. --------------1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit
* | In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid can be setBaptiste Coudurier2011-04-23
| | | | | | | | when bframe is not.
* | Set channel layout in flac decoder.Carl Eugen Hoyos2011-04-23
| |
* | flicvideo: fix crash on flic files with invalid frame sizeStefano Sabatini2011-04-23
| | | | | | | | | | | | | | | | | | | | Add a check in flic_decode_frame_8BPP(), in case chunk_size is > frame_size issue a warning and resize chunk_size to frame_size, in order to avoid out-of-buffer reads. Fix roundup issue #2520, trac issue #69. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* | flicvideo: increase error level and fix error message in CHECK_PIXEL_PTR()Stefano Sabatini2011-04-23
| | | | | | | | | | | | Also return AVERROR_INVALIDDATA rather than -1. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* | aac: add math.h needed for log2f()Michael Niedermayer2011-04-23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix compilation with libcelt on Apple OS X.Carl Eugen Hoyos2011-04-23
| | | | | | | | Fixes ticket #97.
* | Fix compilation after version bump.Carl Eugen Hoyos2011-04-23
| |
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Use av_log_ask_for_sample() to request samples from users. Make av_log_ask_for_sample() accept a variable number of arguments. vqavideo: We no longer need to ask for version 1 samples. aacdec: indentation cosmetics Conflicts: libavcodec/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-22
| |
| * Make av_log_ask_for_sample() accept a variable number of arguments.Diego Biurrun2011-04-22
| |
| * vqavideo: We no longer need to ask for version 1 samples.Diego Biurrun2011-04-22
| |
| * aacdec: indentation cosmeticsYoung Han Lee2011-04-22
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Rm duplicated define for OPT_STR.Robert Leatherwood2011-04-22
| |
* | rv10: set flags, Fixes Ticket90Michael Niedermayer2011-04-22
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition. Introduce slice threads flag. FATE: allow forcing thread-type when doing threaded fate runs. Use av_log_ask_for_sample() where appropriate. error: sort, pack, and align error code and string definitions The stabilization period after version bumps should be one month, not one week. applehttp: Expose the stream bitrate via metadata doc: Add some initial docs on the applehttp demuxer Provide a fallback version of the libm function trunc libavdevice: Define _XOPEN_SOURCE for usleep lavc: provide deprecated avcodec_thread_init until next major version lavc: provide the opt.h header until the next bump error: change AVERROR_EOF value error: remove AVERROR_NUMEXPECTED error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c Conflicts: libavcodec/h264.c libavutil/error.c libavutil/error.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Introduce slice threads flag.Ronald S. Bultje2011-04-21
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-21
| |
| * lavc: provide deprecated avcodec_thread_init until next major versionAnton Khirnov2011-04-21
| | | | | | | | It was deprecated only recently.
| * lavc: provide the opt.h header until the next bumpAnton Khirnov2011-04-21
| | | | | | | | AVOptions were moved to libavutil only recently.
* | AMV: Fix possibly exploitable crash.Michael Niedermayer2011-04-21
| | | | | | | | | | | | Reported-at: Thu, 21 Apr 2011 14:38:25 +0000 Reported-by: Dominic Chell <Dominic.Chell@ngssecure.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer2011-04-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | In libx264 wrapper, detect default settings and use medium profile to avoid ↵Baptiste Coudurier2011-04-21
| | | | | | | | failure.
* | In libx264 wrapper, correctly support 2pass log filename option.Baptiste Coudurier2011-04-20
| |
* | Xiph CELT/Opus decoder using libcelt.Nicolas George2011-04-20
| | | | | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
* | Move the info union to the end of the vdpau_render_state struct.Carl Eugen Hoyos2011-04-20
| |
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (37 commits) In avcodec_open(), set return code to an error value only when an error occurs instead of unconditionally at the start of the function. lavc: remove reference to opt.h from Makefile. prefer avio_check() over url_exist() avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols lavu: remove misc disabled cruft lavu: remove FF_API_OLD_IMAGE_NAMES cruft NOT PULLED lavu: remove FF_API_OLD_EVAL_NAMES cruft lavc: remove misc disabled cruft. lavc: remove the FF_API_INOFFICIAL cruft. lavc: remove the FF_API_SET_STRING_OLD cruft. lavc: remove the FF_API_USE_LPC cruft. lavc: remove the FF_API_SUBTITLE_OLD cruft. lavc: remove the FF_API_VIDEO_OLD cruft. lavc: remove the FF_API_AUDIO_OLD cruft. lavc: remove the FF_API_OPT_SHOW cruft. lavc: remove the FF_API_MM_FLAGS cruft. lavf: remove misc disabled cruft. lavf: remove FF_API_INDEX_BUILT cruft lavf: remove FF_API_URL_CLASS cruft. lavf: remove FF_API_SYMVER cruft ... Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * In avcodec_open(), set return code to an error value only when an error occursJustin Ruggles2011-04-19
| | | | | | | | | | | | | | | | | | instead of unconditionally at the start of the function. This fixes a bug where a successful call to ff_thread_init() masks errors that occur after that point in the function. It also makes future bugs like this less likely since the error code is now set near to the point in the code where the error is found.
| * lavc: remove reference to opt.h from Makefile.Anton Khirnov2011-04-19
| | | | | | | | Fixes make install after 3453a231a6cebe5989c213be0f9fd6c71ec5ea23.
| * lavc: remove misc disabled cruft.Anton Khirnov2011-04-19
| |
| * lavc: remove the FF_API_INOFFICIAL cruft.Anton Khirnov2011-04-19
| |
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
| |
| * lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-19
| |
| * lavc: remove the FF_API_SUBTITLE_OLD cruft.Anton Khirnov2011-04-19
| |
| * lavc: remove the FF_API_VIDEO_OLD cruft.Anton Khirnov2011-04-19
| |
| * lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov2011-04-19
| |
| * lavc: remove the FF_API_OPT_SHOW cruft.Anton Khirnov2011-04-19
| |
| * lavc: remove the FF_API_MM_FLAGS cruft.Anton Khirnov2011-04-19
| |
| * pcm: Add const to cast in ENCODE macro.Diego Biurrun2011-04-19
| | | | | | | | | | This fixes a lot of warnings of the sort: libavcodec/pcm.c:105: warning: cast discards qualifiers from pointer target type
| * libvo-aacenc,libvo-amrwbenc}: fix api usageLuca Barbato2011-04-18
| | | | | | | | Use the correct error codes and format identifier.
| * Bump major versions of all libraries.Anton Khirnov2011-04-18
| | | | | | | | | | | | They've accumulated enough new APIs and corresponding deprecated cruft. This breaks API and ABI.
* | In libx264 wrapper, add -level specific option.Baptiste Coudurier2011-04-19
| |
* | Fix libx264 fastfirstpass, move apply_fastfirstpass after user customized ↵Baptiste Coudurier2011-04-19
| | | | | | | | options.
* | In libx264 wrapper, do not set pic quality if no frame is output, avoidsBaptiste Coudurier2011-04-19
| | | | | | | | uninitialized reads.