summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix gcc detection: Not all gcc versions have "(GCC)" in the version string.Diego Biurrun2009-02-22
| | | | Originally committed as revision 17522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention MXF D-10 Mapping muxer in documentationBaptiste Coudurier2009-02-22
| | | | Originally committed as revision 17521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check return value of frame_start(), this avoids a crash if ↵Reimar Döffinger2009-02-22
| | | | | | | | AVCodecContext::get_buffer failed. Not sure if returning -1 is the best possible solution but at least avoids the crash. Originally committed as revision 17520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support playback of incorrectly cut DV files where the headers do notReimar Döffinger2009-02-22
| | | | | | start at the first byte. Originally committed as revision 17519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regressions for YUV2RGB table generator change in SwScalerKostya Shishkov2009-02-22
| | | | Originally committed as revision 17518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-22
| | | | Originally committed as revision 28700 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change the type of pblocks from pointers to short array intoIvan Kalvachev2009-02-22
| | | | | | | pointers to array of 64 DCTELEM, similarly to other block fields. This also get rid of some casts and fixes a warning. Originally committed as revision 17517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bandwidth before failing if feed is already being receivedBaptiste Coudurier2009-02-22
| | | | Originally committed as revision 17516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set error if an unknown parameter is in config file, just skipBaptiste Coudurier2009-02-22
| | | | Originally committed as revision 17515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_get_packet return valueBaptiste Coudurier2009-02-22
| | | | Originally committed as revision 17514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB ↵Peter Ross2009-02-22
| | | | | | | | rawvideo images. Originally committed as revision 17513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM ↵Peter Ross2009-02-22
| | | | | | header. Originally committed as revision 17512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support 48-bit RGB PPM image.Peter Ross2009-02-22
| | | | Originally committed as revision 17511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross2009-02-22
| | | | Originally committed as revision 17510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable ↵Baptiste Coudurier2009-02-22
| | | | | | when reallocing, based on patch by Netgem Originally committed as revision 17509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilersMåns Rullgård2009-02-22
| | | | Originally committed as revision 17508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: detect ccc compiler (Alpha) and set required flagsMåns Rullgård2009-02-22
| | | | Originally committed as revision 17507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier2009-02-21
| | | | Originally committed as revision 17506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Waste less space for printing timebases.Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-21
| | | | | | | structure is meant to represent. See "[PATCH] rtsp.[ch]: RTSPHeader -> RTSPServerResponse" and "[PATCH] document rtsp.h" threads on ML. Originally committed as revision 17504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: indentMåns Rullgård2009-02-21
| | | | Originally committed as revision 17503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print all timebases (idea from netgem)Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check the return values of a few functions to avoid the corresponding warnings.Patrik Kullman2009-02-21
| | | | | | patch by Patrik Kullman, patrik yes nu Originally committed as revision 17501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass sysroot argument to gccMåns Rullgård2009-02-21
| | | | Originally committed as revision 17500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --sysroot and --sysinclude configure optionsMåns Rullgård2009-02-21
| | | | | | | Some cross-compilers need these parameters, and we can't figure out the correct values. Originally committed as revision 17499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: move detection of compiler type to single locationMåns Rullgård2009-02-21
| | | | Originally committed as revision 17498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for alloc failures.Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for EOF during index reading.Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check return value of posix_memalign and explicitly set pointer to NULL if itPatrik Kullman2009-02-21
| | | | | | fails, patch by Patrik Kullman, patrik yes nu. Originally committed as revision 17495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_strdup to allocate string, prevents the warning:Patrik Kullman2009-02-21
| | | | | | | vhook/fish.c:130: warning: assignment discards qualifiers from pointer target type patch by Patrik Kullman, patrik yes nu Originally committed as revision 17494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert adding av_uninit to out_width/out_height variables.Diego Biurrun2009-02-21
| | | | | | The warning is not a false positive. Originally committed as revision 17493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-21
| | | | | | | | document this new use. Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set context variable picture_structure in H264 parser.Ivan Schreter2009-02-21
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set context variable key_frame in H264 parser.Ivan Schreter2009-02-21
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse NAL units in H264 parser.Ivan Schreter2009-02-21
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the following H264 functions available to the parser:Ivan Schreter2009-02-21
| | | | | | | | | | ff_h264_decode_sei, ff_h264_decode_seq_parameter_set, ff_h264_decode_picture_parameter_set, ff_h264_decode_nal, ff_h264_decode_rbsp_trailing Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bail out if regtest-flashsv is run but zlib is not enabled.Diego Biurrun2009-02-21
| | | | Originally committed as revision 17486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix swscale-error vs. swscale_error typo; it is marked as the former in .PHONY.Diego Biurrun2009-02-21
| | | | Originally committed as revision 17485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove special treatment of version.h in DEPEND_CMDMåns Rullgård2009-02-21
| | | | Originally committed as revision 17484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare version.h dependencies explicitlyMåns Rullgård2009-02-21
| | | | Originally committed as revision 17483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Be less noisy with invalid pts/dts.Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2009-02-21
| | | | Originally committed as revision 17481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct, portable definition of INT_BITMåns Rullgård2009-02-21
| | | | Originally committed as revision 17480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add (empty) avr32 arch caseMåns Rullgård2009-02-21
| | | | Originally committed as revision 17479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: sort cases in arch sectionMåns Rullgård2009-02-21
| | | | Originally committed as revision 17478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: fix inline asm with DEC/Compaq/HP compilerMåns Rullgård2009-02-21
| | | | Originally committed as revision 17477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Take account of struct size in total packet queue size tracking.Aurelien Jacobs2009-02-21
| | | | | | fix issue806 Originally committed as revision 17476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix raw rgb/bgr vertical flip in avi based on info from ↵Michael Niedermayer2009-02-21
| | | | | | | | http://www.fourcc.org/fccbihgt.php. partially fixes issue862. Originally committed as revision 17475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Cédric Schieli2009-02-21
| | | | | | Patch by Cédric Schieli, cschieli gmail Originally committed as revision 28690 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale