summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 16-bit Interplay video does not need palette controlKostya Shishkov2009-12-27
| | | | Originally committed as revision 20936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document av_gcd().Michael Niedermayer2009-12-27
| | | | Originally committed as revision 20935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing opcodes for 16-bit Interplay Video decoding and finally enable itKostya Shishkov2009-12-27
| | | | Originally committed as revision 20934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16-bit Interplay Video stores motion vector data at the end of frame,Kostya Shishkov2009-12-27
| | | | | | | so initialize data pointers for 16-bit variant and read motion vectors as supposed in corresponding opcodes. Originally committed as revision 20933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l trocadero: forgot one case where picture linesize should be usedKostya Shishkov2009-12-27
| | | | Originally committed as revision 20932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent and break long lines after last commitsKostya Shishkov2009-12-27
| | | | Originally committed as revision 20931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 16-bit image data handling (but not decoding yet) to Interplay VideoKostya Shishkov2009-12-27
| | | | Originally committed as revision 20930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use frame linesize in Interplay Video block copying functionKostya Shishkov2009-12-27
| | | | Originally committed as revision 20929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make CHECK_STREAM_PTR macro in Interplay Video decoder usable withKostya Shishkov2009-12-27
| | | | | | | non-default pointers, it will be useful for checking motion values data in 16-bit variant of this codec. Originally committed as revision 20928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Recognize 16-bit Interplay Video variantKostya Shishkov2009-12-27
| | | | Originally committed as revision 20927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change main loop in Interplay Video decoder, so variables x and y really meanKostya Shishkov2009-12-27
| | | | | | coordinates, not offsets. Originally committed as revision 20926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common regression test functions in ffserver regression test script.Diego Biurrun2009-12-26
| | | | | | This makes the ffserver regression test more portable. Originally committed as revision 20925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace ` ` syntax by $( ) in regression test shell scripts.Diego Biurrun2009-12-26
| | | | | | The latter syntax variant is more readable and easier to nest. Originally committed as revision 20924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix cdg reference and buffer_hints value:Reimar Döffinger2009-12-26
| | | | | | | reference must be 3 because both "fields" are used as reference, and buffer_hints must include readable since we might memcpy from the old frame. Originally committed as revision 20923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.Luca Abeni2009-12-26
| | | | Originally committed as revision 20922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not copy codec_tag in stream copy case if it is associated with a ↵Michael Niedermayer2009-12-25
| | | | | | | | different codec_id fixes issue1568 Originally committed as revision 20921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use positive logic, improve readability, consistent with r20877.Stefano Sabatini2009-12-25
| | | | Originally committed as revision 20920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindentKostya Shishkov2009-12-25
| | | | Originally committed as revision 20919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat some function declarations.Diego Biurrun2009-12-24
| | | | Originally committed as revision 20918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some unused variables, fixes the warnings:Diego Biurrun2009-12-24
| | | | | | | libavformat/rtmppkt.c:350: warning: unused variable ‘i’ libavformat/rtmppkt.c:349: warning: unused variable ‘base’ Originally committed as revision 20917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for mp3 over RTP in rtpdec.cLuca Abeni2009-12-23
| | | | Originally committed as revision 20916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Auravision Aura 2 decoderKostya Shishkov2009-12-23
| | | | Originally committed as revision 20915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Auravision Aura decoding supportKostya Shishkov2009-12-23
| | | | Originally committed as revision 20914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There is no need to print FFmpeg or codec name in error messageKostya Shishkov2009-12-23
| | | | Originally committed as revision 20913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: correct formatting a bitKostya Shishkov2009-12-23
| | | | Originally committed as revision 20912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: use ALT_BITSTREAM_READER on cores with fast unaligned accessMåns Rullgård2009-12-22
| | | | Originally committed as revision 20911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Satisfy grammatical nits.Stefano Sabatini2009-12-21
| | | | Originally committed as revision 20910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini2009-12-21
| | | | | | formats. Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-add missing "@end table" which was erroneously removed in theStefano Sabatini2009-12-21
| | | | | | previous commit. Originally committed as revision 20908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common options documentation.Stefano Sabatini2009-12-21
| | | | Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -?, -help, and --help as alternative options to get help.Ramiro Polla2009-12-21
| | | | Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print usage instead of help when no files are specified.Ramiro Polla2009-12-21
| | | | Originally committed as revision 20905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split show_usage() out of show_help().Ramiro Polla2009-12-21
| | | | Originally committed as revision 20904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a general [options] to the basic usage string.Ramiro Polla2009-12-21
| | | | Originally committed as revision 20903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First print the program description and then the basic usage line.Ramiro Polla2009-12-21
| | | | Originally committed as revision 20902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove parameters no longer used in h[yc]scale().Ramiro Polla2009-12-21
| | | | Originally committed as revision 30099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Ramiro Polla2009-12-21
| | | | Originally committed as revision 30098 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename function pointers used to convert from the input pixel format to theRamiro Polla2009-12-21
| | | | | | intermediate YV12 to a more descriptive name. Originally committed as revision 30097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Check if chroma horizontal scaler is needed in sws_init_swScale().Ramiro Polla2009-12-21
| | | | Originally committed as revision 30096 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove unused fields from SwsContext.Ramiro Polla2009-12-21
| | | | Originally committed as revision 30095 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Indentation.Ramiro Polla2009-12-20
| | | | Originally committed as revision 30087 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Indent.Ramiro Polla2009-12-20
| | | | Originally committed as revision 30086 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Set fast_bilinear functions in sws_init_swScale().Ramiro Polla2009-12-20
| | | | Originally committed as revision 30085 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Set horizontal scaler's range conversion in context in sws_init_swScale().Ramiro Polla2009-12-20
| | | | Originally committed as revision 30082 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add new fields for the VDPAU/MPEG-4 back-end.Gwenole Beauchesne2009-12-20
| | | | Originally committed as revision 20901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set horizontal scaler's src offsets in context in sws_init_swScale().Ramiro Polla2009-12-20
| | | | Originally committed as revision 30081 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add long_name for Xxan codec.Diego Biurrun2009-12-19
| | | | Originally committed as revision 20900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve handling allocated buffers in Xan decoderKostya Shishkov2009-12-19
| | | | Originally committed as revision 20899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent a bitKostya Shishkov2009-12-19
| | | | Originally committed as revision 20898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add tables used by both AMR-NB and SIPRVitor Sessak2009-12-19
| | | | Originally committed as revision 20897 to svn://svn.ffmpeg.org/ffmpeg/trunk