summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Patch by Stefan Huehner / stefan % huehner ! org \Stefan Huehner2006-02-09
| | | | | | | | | | | | | | | | | | | | | patch replaces '()' for the correct '(void)' in function declarations/prototypes which have no parameters. The '()' syntax tell thats there is a variable list of arguments, so that the compiler cannot check this. The extra CFLAG '-Wstrict-declarations' shows those cases. Comments about a similar patch applied to ffmpeg: That in C++ these mean the same, but in ANSI C the semantics are different; function() is an (obsolete) K&R C style forward declaration, it basically means that the function can have any number and any types of parameters, effectively completely preventing the compiler from doing any sort of type checking. -- Erik Slagter Defining functions with unspecified arguments is allowed but bad. With arguments unspecified the compiler can't report an error/warning if the function is called with incorrect arguments. -- Måns Rullgård Originally committed as revision 17567 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix segfault on broken streamsMichael Niedermayer2006-02-09
| | | | Originally committed as revision 4966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l in 1.12Loren Merritt2006-02-09
| | | | Originally committed as revision 4965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 eachAlan Curry2006-02-09
| | | | | | | | | do the opposite of what they say. The vec_mstrgb24 and vec_mstbgr24 macros should be opposites and not perform the same things. patch by Alan Curry, pacman_at_world_dot_std_dot_com Originally committed as revision 17564 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* replace probe() by one similar to MPEG-ESMichael Niedermayer2006-02-08
| | | | Originally committed as revision 4964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video4linux2 detection to configure.Luca Abeni2006-02-08
| | | | | | patch by Luca Abeni, lucabe72*at*email*dot*it Originally committed as revision 4963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.Colin Ward2006-02-08
| | | | | | patch by Colin Ward, hitman*at*codehq*dot*org Originally committed as revision 4962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec_yuv2packedX() ignores the requested output format and unconditionallyAlan Curry2006-02-08
| | | | | | | | outputs RGBA. This patch supports 6 output formats and prints an error message if it is asked to provide an output format it is not capable of. patch by Alan Curry, pacman_at_world_dot_std_dot_com Originally committed as revision 17561 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Correctly set the interlaced_frame and top_field_first fields.Luca Abeni2006-02-08
| | | | | | patch by Luca Abeni, lucabe72 =at= email =dot= it Originally committed as revision 4961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-02-08
| | | | Originally committed as revision 4960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* List of people maintaining different parts of FFmpeg.Diego Biurrun2006-02-08
| | | | | | featuring some help from Alexander Strasser Originally committed as revision 4959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec operations need to have memory aligned on 16-byte boundaries.Alan Curry2006-02-08
| | | | | | patch by Alan Curry, pacman at world dot std dot com Originally committed as revision 17559 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectAlan Curry2006-02-08
| | | | | | | sizes based on the image width instead of height. patch by Alan Curry, pacman at world dot std dot com Originally committed as revision 17558 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* slightly faster loopfilterLoren Merritt2006-02-08
| | | | Originally committed as revision 4958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump version numbers and update docs for adts aac supportMåns Rullgård2006-02-08
| | | | Originally committed as revision 4957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create adts stream if CODEC_FLAG_GLOBAL_HEADER not setMåns Rullgård2006-02-08
| | | | Originally committed as revision 4956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read/write adts aacMåns Rullgård2006-02-08
| | | | Originally committed as revision 4955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adts aac parserMåns Rullgård2006-02-08
| | | | Originally committed as revision 4954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode adts aac streamsMåns Rullgård2006-02-08
| | | | Originally committed as revision 4953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (x86_64)Loren Merritt2006-02-07
| | | | Originally committed as revision 4952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 18% faster put_h264_qpel16_mc[13]2_mmx2Loren Merritt2006-02-07
| | | | Originally committed as revision 4951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 11% faster put_h264_qpel16_v_lowpass_mmx2Loren Merritt2006-02-07
| | | | Originally committed as revision 4950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 15% faster put_h264_qpel16_hv_lowpass_mmx2Loren Merritt2006-02-07
| | | | Originally committed as revision 4949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some Make variants complain if the LIB variable does not exist.Alexander Strasser2006-02-06
| | | | | | patch by Alexander Strasser Originally committed as revision 4948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix memleak, based upon a patch by Wolfram GlogerMichael Niedermayer2006-02-06
| | | | Originally committed as revision 4947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 goto 1 fixMichael Niedermayer2006-02-06
| | | | Originally committed as revision 4946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix broken cosmetics commit and add a check for valid headers.Benjamin Larsson2006-02-06
| | | | Originally committed as revision 4945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Small cosmetics and better variable names.Benjamin Larsson2006-02-06
| | | | Originally committed as revision 4944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix detection of IPv6 support on Darwin by ensuring thatDan Villiom Podlaski Christiansen2006-02-05
| | | | | | | IN6_IS_ADDR_MULTICAST gets an argument of type (const struct in6_addr *). patch by Dan Villiom Podlaski Christiansen, danchr.at.daimi.dot.au.dot.dk Originally committed as revision 4943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
| | | | | | patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct the relation between floors of type 0 and block sizes.Alexander Strasser2006-02-05
| | | | Originally committed as revision 4941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-02-04
| | | | Originally committed as revision 4940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster find_startcode()Michael Niedermayer2006-02-04
| | | | Originally committed as revision 4939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3rd try for mpeg-es probe ...Michael Niedermayer2006-02-04
| | | | Originally committed as revision 4938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GNU Make is necessary on *BSD.Diego Biurrun2006-02-04
| | | | Originally committed as revision 4937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use gmake instead of make on *BSD.Dieter2006-02-04
| | | | | | patch by Dieter, freebsd ^^at^^ sopwith ^^dot^^ solgatos ^^dot^^ com Originally committed as revision 4936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic: Fix indentation.Alexander Strasser2006-02-04
| | | | Originally committed as revision 4935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (malloc check with the wrong pointer)Alexander Strasser2006-02-04
| | | | | | | | | Simplification: I have to reconsider this trees and forest thing... Also readded and documented the check i had in the beginning and removed before applying. It avoids a possible div by zero. Originally committed as revision 4934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added support for vorbis files containing floor type 0.Alexander Strasser2006-02-04
| | | | Originally committed as revision 4933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix regression testsMichael Niedermayer2006-02-04
| | | | Originally committed as revision 4932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change sws sharpen filter a littleMichael Niedermayer2006-02-04
| | | | Originally committed as revision 17531 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* --enable-shared now needs --disable-static on MinGW.Diego Biurrun2006-02-03
| | | | Originally committed as revision 4931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify timebase if possibleMichael Niedermayer2006-02-02
| | | | | | ignore edit lists instead of always failing Originally committed as revision 4930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve fps guessing codeMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused function get_longterm_datarate()Måns Rullgård2006-02-02
| | | | Originally committed as revision 4928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks for seekingMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* output last ac3 frame and simplifyMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg-ls regression testMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-02
| | | | Originally committed as revision 4924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve mpeg1/2-es detectionMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4923 to svn://svn.ffmpeg.org/ffmpeg/trunk