summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* VP8 encoding via libvpx.James Zern2010-06-03
| | | | | | Patch by James Zern, Google, Inc. Originally committed as revision 23449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misc typos.Stefano Sabatini2010-06-03
| | | | Originally committed as revision 23442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Work around illegal files with all elem_id tags set to the same value.Alex Converse2010-06-03
| | | | | | Fixes issue 1882. Originally committed as revision 23439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: struct offsets for Apple ABIMåns Rullgård2010-06-02
| | | | Originally committed as revision 23438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: remove some unnecessary ifdefs, fix implicit declaration warningsMåns Rullgård2010-06-02
| | | | Originally committed as revision 23437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: check struct offsets only when they are usedMåns Rullgård2010-06-02
| | | | | | | The offsets differ depending on configuration, so only check them when they will actually be used. Presently, this is when NEON is enabled. Originally committed as revision 23436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove weird empty line and perform vertical align.Stefano Sabatini2010-06-02
| | | | Originally committed as revision 23435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly initialize x264_picture_t in libx264.Jason Garrett-Glaser2010-06-02
| | | | | | Bump libx264 version requirement accordingly. Originally committed as revision 23430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: fail build if hardcoded struct offsets are wrongMåns Rullgård2010-06-02
| | | | Originally committed as revision 23427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid division by zero that caused noise, typically at the beginning orFrank Barchard2010-06-02
| | | | | | | | end of a file. Patch by Frank Barchard, fbarchard google Originally committed as revision 23426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bink: correctly align local arraysMåns Rullgård2010-06-02
| | | | Originally committed as revision 23425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avcodec_string() use av_get_codec_tag_string().Stefano Sabatini2010-06-02
| | | | Originally committed as revision 23422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini2010-06-02
| | | | Originally committed as revision 23421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* arm neon: Add missing mangle to external symbolDavid Conrad2010-06-01
| | | | Originally committed as revision 23418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON clear_block[s]Måns Rullgård2010-06-01
| | | | Originally committed as revision 23412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move get_buffer() calls from decode_init() to decode_frame(). Anything else isSebastian Vater2010-06-01
| | | | | | | | unsupported and causes crashes when libavfilter is enabled. Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix eval-test compilation.Stefano Sabatini2010-06-01
| | | | Originally committed as revision 23406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent and break some overly long line.Stefano Sabatini2010-06-01
| | | | Originally committed as revision 23405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: consistently apply K&R style.Stefano Sabatini2010-06-01
| | | | | | Make me and Diego happy. Originally committed as revision 23404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters:Stefano Sabatini2010-06-01
| | | | | | | | | | | | const_name -> const_names const_value -> const_values func[12]_name -> func[12]_names func[12] -> funcs[12] All these parameters contain a list of values, using plural names for them help understanding a little. Originally committed as revision 23403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini2010-06-01
| | | | | | | | | | | | containing an error code. Allow these functions to convey the reason of the failure to the calling function, failure which is not always due to a parsing error but it may depend for example on a memory problem. Also fix several potential memleaks. Originally committed as revision 23402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass codec pixel format list to get_format, if present, fix vdpau decodingBaptiste Coudurier2010-05-31
| | | | Originally committed as revision 23396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make dequantization equation use less registers on some CPUs.Maxim Poliakovski2010-05-30
| | | | Originally committed as revision 23391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables.Maxim Poliakovski2010-05-30
| | | | Originally committed as revision 23389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised dct_unquantize_h263_{intra,inter}Måns Rullgård2010-05-29
| | | | Originally committed as revision 23386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 321l: do not use shifted s->linesize instead of correct s->uvlinesize.Kostya Shishkov2010-05-29
| | | | | | This should fix chroma issues in WMV3/VC-1 decoder with avfilter enabled. Originally committed as revision 23370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In h264 decoder, use jpeg yuv pixel format when full range is set in vuiBaptiste Coudurier2010-05-28
| | | | Originally committed as revision 23369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Remove an unnecessary division from the TLS.Alex Converse2010-05-28
| | | | Originally committed as revision 23368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: whitespaceAlex Converse2010-05-28
| | | | Originally committed as revision 23367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Remove unnecessary variables and scopes in the TLS.Alex Converse2010-05-28
| | | | Originally committed as revision 23366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup prev commit, flag variable should start with 0Howard Chu2010-05-28
| | | | Originally committed as revision 23364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse avctx->extradata if available.Howard Chu2010-05-28
| | | | | | Fixes many "non-existing PPS referenced" error messages Originally committed as revision 23363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad2010-05-28
| | | | Originally committed as revision 23359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to theDavid Conrad2010-05-28
| | | | | | full IDCT. Fix this. Originally committed as revision 23358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Clarify a channel mapping comment.Cyril Russo2010-05-27
| | | | | | Patch by Cyril Russo >stage nexvision laposte net< Originally committed as revision 23351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark AAC encoder as experimental.Alex Converse2010-05-27
| | | | Originally committed as revision 23350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8 parserDavid Conrad2010-05-27
| | | | Originally committed as revision 23349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to ff_emulated_edge_mcDavid Conrad2010-05-27
| | | | Originally committed as revision 23348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more const to _l4 pixel functionsDavid Conrad2010-05-27
| | | | Originally committed as revision 23347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp3: Skip the loop filter when strength is 0 or when requestedDavid Conrad2010-05-27
| | | | Originally committed as revision 23346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics : Fix typo.Jai Menon2010-05-27
| | | | Originally committed as revision 23345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some fields were incorrectly reset (to NULL) when calling ↵Jean-Daniel Dupas2010-05-27
| | | | | | | | avcodec_copy_context(). Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 23344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini2010-05-26
| | | | | | | Y1[00][16], [16][00]1Y, Y3[11][16], [16][11]3Y, Y3[10][16], [16][10]3Y, Y3[00][16], [16][00]3Y, Y4[11][ 8], Y2[00][ 8]. Originally committed as revision 23342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski2010-05-26
| | | | Originally committed as revision 23341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize ff_h264_decode_extradata().Howard Chu2010-05-26
| | | | | | Patch by Howard Chu, hyc highlandsun com Originally committed as revision 23340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark vorbis encoder as experimental.Carl Eugen Hoyos2010-05-26
| | | | Originally committed as revision 23339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version bump and add an APIchanges entry after addition ofStefano Sabatini2010-05-26
| | | | | | CODEC_CAP_EXPERIMENTAL. Originally committed as revision 23338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version and add Changelog entry after r23334.Carl Eugen Hoyos2010-05-26
| | | | Originally committed as revision 23337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Treat SIPP like xvid, fixed issue1966Michael Niedermayer2010-05-26
| | | | Originally committed as revision 23336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move indeo5 scan patterns into ivi_common.cMaxim Poliakovski2010-05-26
| | | | | | so those can be shared by indeo4. Originally committed as revision 23335 to svn://svn.ffmpeg.org/ffmpeg/trunk