summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Only check for for libvpx decoder/encoder if libvpx is enabled.Diego Biurrun2010-08-08
| | | | Originally committed as revision 24744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix configure when --enable-libvpx is not specifiedRamiro Polla2010-08-08
| | | | Originally committed as revision 24743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split libvpx check into decoder and encoder check.Frank Barchard2010-08-08
| | | | | | | This allows using a libvpx that has been configured as decoder/encoder only. patch by Frank Barchard, fbarchard google com Originally committed as revision 24742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-07
| | | | | | | | | Many H.264 derivatives, like RV40 and VP8, use the H.264 prediction functions but not the weight/loopfilter functions. This should reduce the size of builds with one of these derivatives but without H.264 decoding itself. Originally committed as revision 24741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggparsevorbis: Add some sanity checks to header packet ordering/presence.Alex Converse2010-08-07
| | | | Originally committed as revision 24740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply misc docs fixes spotted by Diego.Stefano Sabatini2010-08-07
| | | | Originally committed as revision 24739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix VfW spelling.Stefano Sabatini2010-08-07
| | | | Originally committed as revision 24738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix spelling in comment(s)Reinhard Tartler2010-08-07
| | | | Originally committed as revision 24737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264: 8% faster CAVLC zero-run decodingJason Garrett-Glaser2010-08-07
| | | | Originally committed as revision 24736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-07
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the compilation of some libavcodec/lib* files which were notStefano Sabatini2010-08-07
| | | | | | | including libavcore/imgutils.h, which was required since the recent avcodec_check_dimensions() -> av_check_image_size() transition. Originally committed as revision 24734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entries after the last recent libavfilter renames.Stefano Sabatini2010-08-07
| | | | Originally committed as revision 24733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-07
| | | | | | | | | | | | | | AVFilterLink.srcpic -> AVFilterLink.src_buf AVFilterLink.cur_pic -> AVFilterLink.cur_buf AVFilterLink.outpic -> AVFilterLink.out_buf The new names are more generic and more consistent, since the struct they contain, which was named AVFilterPicRef, has been renamed to AVFilterBufferRef. Patch by S.N. Hemanth Meenakshisundaram %smeenaks%ucsd%edu%. Originally committed as revision 24732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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