summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-07
| | | | | | | | | | | | avfilter_(un)ref_pic -> avfilter_(un)ref_buffer avfilter_copy_picref_props -> avfilter_copy_buffer_ref_props AVFilterBufferRef.pic -> AVFilterBufferRef.buffer They have been renamed to allow sharing with audio. Patch by S.N. Hemanth Meenakshisundaram $smeenaks$ucsd$edu$. Originally committed as revision 24731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
| | | | | | | | | The struct is going to be used for storing audio buffer references as well, and the new name is more generic. Patch by S.N. Hemanth Meenakshisundaram @smeenaks@ucsd@edu@. Originally committed as revision 24730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after r24728.Stefano Sabatini2010-08-07
| | | | Originally committed as revision 24729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram2010-08-07
| | | | | | Patch by S.N. Hemanth Meenakshisundaram |smeenaks|ucsd|edu|. Originally committed as revision 24728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the size of the data to be copied from an AVFilterBuffer to anS.N. Hemanth Meenakshisundaram2010-08-07
| | | | | | | | | | | AVFilterBuffereRef in avfilter_default_get_video_buffer(). The error was being caused by the previous patch which resized AVFilterBuffer's data and linesize arrays to 8. Patch by S.N. Hemanth Meenakshisundaram" &smeenaks&ucsd&edu&. Originally committed as revision 24727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply misc fixes spotted by Diego to protocols.texi.Stefano Sabatini2010-08-06
| | | | Originally committed as revision 24726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove audio_beos entries in indevs.texi and output.devs, BeOS audioStefano Sabatini2010-08-06
| | | | | | support has been dropped. Originally committed as revision 24725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply misc fixes spotted by Diego to indevs.texi and outdevs.texi.Stefano Sabatini2010-08-06
| | | | Originally committed as revision 24724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the chapter Devices -> Input Devices, as the file is aboutStefano Sabatini2010-08-06
| | | | | | input devices. Originally committed as revision 24723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* showfiltfmts: destroy filter context before exitMåns Rullgård2010-08-06
| | | | Originally committed as revision 24722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* showfiltfmts: set media type of links to that of corresponding padMåns Rullgård2010-08-06
| | | | Originally committed as revision 24721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avfilter: indentMåns Rullgård2010-08-06
| | | | Originally committed as revision 24720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avfilter: do not crash on null link src/dst in avfilter_destroy()Måns Rullgård2010-08-06
| | | | Originally committed as revision 24719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avfilter: free link in/out_formats in avfilter_destroy()Måns Rullgård2010-08-06
| | | | Originally committed as revision 24718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libvpxdec: Fix "error: implicit declaration of function ↵Alex Converse2010-08-06
| | | | | | | | ‘av_check_image_size’". av_check_image_size() is declared in libavcore/imgutils.h. Originally committed as revision 24717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis_dec: Change partition_class[] to uint8_t.Alex Converse2010-08-06
| | | | | | When sizeof(uint_fast8_t) >= sizeof(int) there are unintended size effects. Originally committed as revision 24716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a CONFIG_ variable for generic Huffman routines.Diego Biurrun2010-08-06
| | | | Originally committed as revision 24715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Preserve status reasonLuca Barbato2010-08-06
| | | | | | It is used to provide meaningful error messages. Originally committed as revision 24714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend the gas-preprocessor section with basic installation instructions.Diego Biurrun2010-08-06
| | | | Originally committed as revision 24713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the av_check_image_size() addition.Stefano Sabatini2010-08-06
| | | | Originally committed as revision 24712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
| | | | | | av_check_image_size() instead. Originally committed as revision 24711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify av_check_image_size() log message.Stefano Sabatini2010-08-06
| | | | Originally committed as revision 24710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini2010-08-06
| | | | | | av_check_image_size() declared in libavcore/imgutils.h. Originally committed as revision 24709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fft-test: free buffers before exitingMåns Rullgård2010-08-06
| | | | Originally committed as revision 24708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8: fix bug in prefetchJason Garrett-Glaser2010-08-05
| | | | | | Motion vectors in VP8 are qpel, not fullpel. Originally committed as revision 24707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON H264 8x8 IDCTMåns Rullgård2010-08-05
| | | | | | Parts by David Conrad. Originally committed as revision 24706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove redundant extralibs settingsMåns Rullgård2010-08-05
| | | | Originally committed as revision 24705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_xiph: Split packets in the depacketizerMartin Storsjö2010-08-05
| | | | | | | The vorbis decoder doesn't handle more than one audio frame packed into the same AVPacket, so they need to be split in the depacketizer. Originally committed as revision 24704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add file missing in r24702Jason Garrett-Glaser2010-08-05
| | | | Originally committed as revision 24703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264: SSE2/SSSE3 weighted prediction asmEli Friedman2010-08-05
| | | | | | Patch by Eli Friedman <eli.friedman at gmail dot com> Originally committed as revision 24702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser2010-08-04
| | | | | | | Create a custom table for VP5/6/8's renorm to avoid depending on H.264's. Saves one instruction in the arithmetic decoder as well. Originally committed as revision 24701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move read_mms_packet() code to be inlined in the calling function.Zhentan Feng2010-08-04
| | | | | | Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove is_playing variable.Zhentan Feng2010-08-04
| | | | | | Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move send_media_packet_request() and clear_stream_buffers() up.Zhentan Feng2010-08-04
| | | | | | Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: move some groups of related tests to their own filesMåns Rullgård2010-08-04
| | | | | | | This moves some groups of tests for single codecs to separate files, and adds shorthands for running all tests in a group. Originally committed as revision 24697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_xiph: Correct the bitmask for num_pktsMartin Storsjö2010-08-04
| | | | Originally committed as revision 24696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add fft testsMåns Rullgård2010-08-04
| | | | Originally committed as revision 24695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate-run: add helper to run things on targetMåns Rullgård2010-08-04
| | | | Originally committed as revision 24694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fft-test: exit with non-zero status if test failedMåns Rullgård2010-08-04
| | | | Originally committed as revision 24693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix VP8 decoder dependenciesMartin Storsjö2010-08-04
| | | | | | | | | | This reverts rev 24674 - the VP8 decoder actually depends on cabac.o. vp8.c includes vp56.h, which includes cabac.h, which has inline functions that reference tables from cabac.c. This fixes compilation with --disable-everything --enable-decoder=vp8. Originally committed as revision 24692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8: partially inline decode_block_coeffsJason Garrett-Glaser2010-08-04
| | | | | | Avoids a function call in the case of empty DCT blocks (most of the time). Originally committed as revision 24691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 100L in r24689Jason Garrett-Glaser2010-08-04
| | | | | | Accidentally committed some timing code. Originally committed as revision 24690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffsJason Garrett-Glaser2010-08-04
| | | | | | Slightly faster. Originally committed as revision 24689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: add missing space to options.cJason Garrett-Glaser2010-08-04
| | | | Originally committed as revision 24688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8: slightly faster DCT coefficient probability updateJason Garrett-Glaser2010-08-03
| | | | Originally committed as revision 24687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: update struct offsetsMåns Rullgård2010-08-03
| | | | Originally committed as revision 24686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
| | | | Originally committed as revision 24685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence unused function warnings in vp56.hJason Garrett-Glaser2010-08-03
| | | | Originally committed as revision 24684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8: make another RAC call branchyJason Garrett-Glaser2010-08-03
| | | | | | 1-2 clocks faster. Originally committed as revision 24683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5/6/8: add one inline missed in r24677Jason Garrett-Glaser2010-08-03
| | | | Originally committed as revision 24682 to svn://svn.ffmpeg.org/ffmpeg/trunk