- 18 Jul, 2011 1 commit
-
-
ami_stuff authored
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
- 17 Jul, 2011 15 commits
-
-
Michael Niedermayer authored
* qatar/master: ffmpeg: fix some indentation ffmpeg: fix operation with --disable-avfilter simple_idct: remove disabled code motion_est: remove disabled code vc1: remove disabled code fate: separate lavf-mxf_d10 test from lavf-mxf cabac: Move code only used in the cabac test program to cabac.c. ffplay: warn that -pix_fmt is no longer working, suggest alternative ffplay: warn that -s is no longer working, suggest alternative lavf: rename enc variable in utils.c:has_codec_parameters() lavf: use designated initialisers for all (de)muxers. wav: remove a use of deprecated AV_METADATA_ macro rmdec: remove useless ap parameter from rm_read_header_old() dct-test: remove write-only variable des: fix #if conditional around P_shuffle Use LOCAL_ALIGNED in ff_check_alignment() Conflicts: ffmpeg.c libavformat/avidec.c libavformat/matroskaenc.c libavformat/mp3enc.c libavformat/oggenc.c libavformat/utils.c tests/ref/lavf/mxf Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The width and height must be copied from the input before being used. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Michael Niedermayer authored
This commit is plain wrong, theres no reason to error out at this point nor is the error value guranteed to be negative as it should be This reverts commit 289c6000.
-
Diego Biurrun authored
-
Stefano Sabatini authored
Also remove now unused variable. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Also remove now unused variables. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Rename it to "avctx", the old name was confusing as the function is used also with decoder contexts. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 16 Jul, 2011 14 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
CONFIG_SMALL is always defined as 0 or 1. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Michael Niedermayer authored
* qatar/master: (22 commits) arm: remove disabled function dct_unquantize_h263_inter_iwmmxt() Remove commented-out call to non-existing function print_pow1(). Do not decode RV30 files if the extradata is too small flashsv: split flashsv_decode_block() off from flashsv_decode_frame(). ppc: remove disabled code libspeexdec: Drop const qualifier to silence compiler warning. libopenjpeg: Drop const qualifier to silence compiler warning. alac: Remove unused dummy code. Remove unused structs and tables. vaapi: do not assert on value read from input bitstream flashsvenc: replace bitstream description by a link to the specification flashsvenc: drop unnecessary cast flashsvenc: improve some variable names and fix corresponding comments flashsvenc: merge two consecutive if-conditions flashsvenc: merge variable declarations and initializations flashsvenc: convert some debug av_log() to av_dlog() flashsvenc: whitespace cosmetics flashsvenc: drop some unnecessary parentheses flashsvenc: fix some comment typos aacps: skip some memcpy() if src and dst would be equal ... Conflicts: libavcodec/vaapi_mpeg2.c libavformat/aviobuf.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This reverts commit c7dd3e7e Conflicts: ffmpeg.c
-
Mina Nagy Zaki authored
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Stefano Sabatini authored
Replace: s->last_picture_ptr->f.key_frame = 0; with: s->last_picture_ptr->key_frame = 0; This is required since mpegvideo.h:Picture now contains an embedded AVFrame f, rather than a literal copy of the AVFrame fields.
-
Rafaël Carré authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
elupus authored
We use this flag to tell when to assume decoded data is free from artifacts after a seek. The mpeg1/2 decoder will generate a dummy frame if decoding is started on a non keyframe. This will sadly be output from decoder to player and displayed as a gray screen.
-
Jernej Fijačko authored
Signed-off-by: Joakim Plate <elupus@ecce.se>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 15 Jul, 2011 10 commits
-
-
Diego Biurrun authored
libavcodec/libspeexdec.c:108: warning: passing argument 2 of ‘speex_bits_read_from’ discards qualifiers from pointer target type /usr/include/speex/speex_bits.h:80: note: expected ‘char *’ but argument is of type ‘const uint8_t *’
-
Diego Biurrun authored
libavcodec/libopenjpeg.c:100: warning: passing argument 2 of ‘opj_cio_open’ discards qualifiers from pointer target type /usr/include/openjpeg.h:770: note: expected ‘unsigned char *’ but argument is of type ‘const uint8_t *’
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
User-provided data should never trigger an assert; return error instead. Also fix an instance of get_bits where get_bits_long should have been used. This eliminates the following warning: libavcodec/vaapi_mpeg2.c:112:14: warning: variable 'start_code' set but not used
-
Diego Biurrun authored
An official specification now exists and it is both more detailed and easier to understand than the incomplete notes available here.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-