summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Cosmetics: reindentVitor Sessak2008-08-06
| | | | Originally committed as revision 14649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify do_output_subblock(): Remove a unneeded memcpyVitor Sessak2008-08-06
| | | | Originally committed as revision 14648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
| | | | | | timebase in the video4linux2 v4l2_read_header() function. Originally committed as revision 14647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
| | | | | | timebase in the video4linux grab_read_header() function. Originally committed as revision 14646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a useless directive.Benoit Fouet2008-08-06
| | | | Originally committed as revision 14645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationBenoit Fouet2008-08-06
| | | | Originally committed as revision 14644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Electronic Arts TGV chunk tags to EA demuxer.Peter Ross2008-08-06
| | | | Originally committed as revision 14643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGV decoderPeter Ross2008-08-06
| | | | Originally committed as revision 14642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter Ross2008-08-06
| | | | Originally committed as revision 14641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify eval_refl(): return directly when needed instead of storing the ↵Vitor Sessak2008-08-06
| | | | | | return value in a variable Originally committed as revision 14640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify rms(): merge a few operations in the same statementVitor Sessak2008-08-06
| | | | Originally committed as revision 14639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetical simplification in t_sqrt()Vitor Sessak2008-08-06
| | | | Originally committed as revision 14638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check available size before writing in decode_frame()Vitor Sessak2008-08-06
| | | | Originally committed as revision 14637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check *data_size in decode_frame()Vitor Sessak2008-08-06
| | | | Originally committed as revision 14636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2008-08-06
| | | | Originally committed as revision 14635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. ThisVitor Sessak2008-08-06
| | | | | | needs duplicating a few loops, but now the code is clearer. Originally committed as revision 14634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use av_freep(&x) instead of av_free(x);x=NULLAurelien Jacobs2008-08-06
| | | | Originally committed as revision 14633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: replace matroska_queue_packet with a single call to dynarray_addAnton Khirnov2008-08-06
| | | | | | patch by Anton Khirnov wyskas _at_ gmail _dot_ com Originally committed as revision 14632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add dv 4:1:1 regression testBaptiste Coudurier2008-08-05
| | | | Originally committed as revision 14631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, fix test, ref values were done with mv0, dunno how this slipped inBaptiste Coudurier2008-08-05
| | | | Originally committed as revision 14630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mpeg2 4:2:2 regression testBaptiste Coudurier2008-08-05
| | | | Originally committed as revision 14629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix small typo.Diego Biurrun2008-08-05
| | | | Originally committed as revision 14628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent low delay from being used with mpeg1.Michael Niedermayer2008-08-05
| | | | Originally committed as revision 14627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OKed sections of code from the SoC AAC decoderRobert Swain2008-08-05
| | | | Originally committed as revision 14626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move shared tables to aactab.c and add declarations to aactab.h. Also sync withRobert Swain2008-08-05
| | | | | | SoC code. Originally committed as revision 14625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC definitions and structures that have been OKed from the SoC AAC decoderRobert Swain2008-08-05
| | | | | | code Originally committed as revision 14624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use local variabes for *stride, where local variables exist.Michael Niedermayer2008-08-05
| | | | Originally committed as revision 14623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-08-05
| | | | Originally committed as revision 14622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify l1mv/l1ref calculation.Michael Niedermayer2008-08-05
| | | | Originally committed as revision 14621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify y_shift/ref_shift codeMichael Niedermayer2008-08-05
| | | | Originally committed as revision 14620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-08-05
| | | | Originally committed as revision 14619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize some code between temporal and spatial direct mode.Michael Niedermayer2008-08-05
| | | | Originally committed as revision 14618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support muxing of Zork PCM audio into RIFF formats.Peter Ross2008-08-05
| | | | Originally committed as revision 14617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling/grammar fixesDiego Biurrun2008-08-05
| | | | Originally committed as revision 14616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename prodsum() function to convolve()Vitor Sessak2008-08-05
| | | | Originally committed as revision 14615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use a better function name than uncouple_channels()Justin Ruggles2008-08-05
| | | | Originally committed as revision 14614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: change function name and comments to refer to block decodingJustin Ruggles2008-08-05
| | | | | | instead of block parsing Originally committed as revision 14613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: update seek regression test to match new ebml parserAurelien Jacobs2008-08-05
| | | | | | | | | This change is due to r14590. The AVPacket position now points to the first byte of the actual packet data in the file. It previously pointed to the EBML element ID preceding packet data. Originally committed as revision 14612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove useless num_streamsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: expand useless ebml_read_element_id() wrapperAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: simplify matroska_ebmlnum_sint()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: expand useless define for MS compat codec id stringsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove useless comments in ff_mkv_codec_tagsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: update copyright year and related commentsAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: reorder some functions in a more logical orderAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove now useless wrapper ebml_read_element_length()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove now useless wrapper ebml_read_seek()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove now useless peek_idAurelien Jacobs2008-08-05
| | | | Originally committed as revision 14601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster()Aurelien Jacobs2008-08-05
| | | | Originally committed as revision 14600 to svn://svn.ffmpeg.org/ffmpeg/trunk