summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* cmdutils: Conditionally compile libswscale-related bitsDiego Biurrun2012-10-29
| | | | This fixes compilation with libswscale disabled.
* aacenc: Drop some unused function argumentsDiego Biurrun2012-10-29
|
* rtsp: Avoid a cast when calling strtolMartin Storsjö2012-10-29
| | | | | | | | | This gets rid of this warning: libavformat/rtsp.c: In function ‘rtsp_parse_transport’: libavformat/rtsp.c:794: warning: cast discards qualifiers from pointer target type Signed-off-by: Martin Storsjö <martin@martin.st>
* nut: support textual dataLuca Barbato2012-10-29
| | | | Plain text (utf8 encoded) data can be muxed and demuxed in nut.
* nutenc: verbosely report unsupported negative ptsLuca Barbato2012-10-29
| | | | Additionally use the correct error number.
* lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-29
|
* rtpdec: Cosmetic cleanupMartin Storsjö2012-10-28
| | | | | | | | | | Mainly clean up the RTP statistics code, plus a few other obviously misindentend lines. Remove some useless comments, de-doxygenize some comments, add spacing around operators and fix a typo. Signed-off-by: Martin Storsjö <martin@martin.st>
* yuv4mpeg: reject unsupported codecsLuca Barbato2012-10-28
| | | | | The muxer already rejects unsupported pixel formats, reject also unsupported codecs to prevent dangerous misuses.
* nutenc: K&R formatting cosmeticsLuca Barbato2012-10-28
|
* assdec: fix qsort() callback signatureMans Rullgard2012-10-27
| | | | | | | This changes the event_cmp() function to the correct signature, avoiding an ugly cast. Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: detect sparc64 automaticallyMans Rullgard2012-10-27
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* vp8: fix memset() crossing array boundaryMans Rullgard2012-10-27
| | | | | | Indexing across array boundaries is not allowed by C99. Signed-off-by: Mans Rullgard <mans@mansr.com>
* h264: fix invalid pointer arithmeticMans Rullgard2012-10-27
| | | | | | | | | | | | Subtracting a (positive) value from the address of an array violates C99 section 6.5.6: If both the pointer operand and the result point to elements of the same array object, or one past the last element of the array object, the evaluation shall not produce an overflow; otherwise, the behavior is undefined. Signed-off-by: Mans Rullgard <mans@mansr.com>
* amrwbdec: fix invalid pointer arithmeticMans Rullgard2012-10-27
| | | | | | | | | | | | Subtracting a (positive) value from the address of an array violates C99 section 6.5.6: If both the pointer operand and the result point to elements of the same array object, or one past the last element of the array object, the evaluation shall not produce an overflow; otherwise, the behavior is undefined. Signed-off-by: Mans Rullgard <mans@mansr.com>
* avio: fix pointer type mismatches in avio_enum_protocols()Mans Rullgard2012-10-27
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* avserver: use socklen_t where appropriateMans Rullgard2012-10-27
| | | | | | | Various socket functions expect a pointer to socklen_t which is not necessarily int. Signed-off-by: Mans Rullgard <mans@mansr.com>
* udp: use socklen_t where appropriateMans Rullgard2012-10-27
| | | | | | | getsockname() takes a pointer to socklen_t which is not necessarily int. Signed-off-by: Mans Rullgard <mans@mansr.com>
* network: use HAVE_THREADS instead of local hackMans Rullgard2012-10-27
| | | | | | | | | HAVE_THREADS is set in config.h if pthreads or w32threads is available, which presumably the proper condition here. Also fixes undefined behaviour in preprocessor directives. Signed-off-by: Mans Rullgard <mans@mansr.com>
* af_channelmap: remove stray enum declarationMans Rullgard2012-10-27
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* buffersink: remove stray semicolon after function definitionMans Rullgard2012-10-27
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: fix tests for 2-arg math functionsMans Rullgard2012-10-26
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* doc: git-howto: Clarify comment about pushing series of commitsDiego Biurrun2012-10-26
|
* ivi_common: Drop unused function parameter from decode_band()Diego Biurrun2012-10-26
|
* cook: Remove some silly Doxygen commentsDiego Biurrun2012-10-26
|
* cook: Remove senseless maybe_reformat_buffer32() functionDiego Biurrun2012-10-26
|
* cook: cosmetics: Better names for joint_decode() function parametersDiego Biurrun2012-10-26
|
* cook: cosmetics: Better name for ccpl COOKSubpacket memberDiego Biurrun2012-10-26
|
* doxygen: Add av_alloc_size to list of predefined macrosDiego Biurrun2012-10-26
| | | | This avoids Doxygen believing the attribute is the function name.
* doxygen: Drop some pointless entries from PREDEFINED macros listDiego Biurrun2012-10-26
|
* h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau2012-10-26
| | | | Fixes CID602232.
* configure: sanitise sparc vis checkMans Rullgard2012-10-26
| | | | | | It is wrong to force -mcpu=ultrasparc when checking for vis. Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: recognise more sparc variants as --cpu argumentMichael Kostylev2012-10-26
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* build: Include HEADERS-yes in the HEADERS variableMartin Storsjö2012-10-25
| | | | | | | This makes sure the previously always installed public header lzo.h is installed if the LZO functionality is enabled. Signed-off-by: Martin Storsjö <martin@martin.st>
* pcm: change references to raw to pcmLuca Barbato2012-10-25
|
* ffv1: set the range coder state in decode_slice_headerLuca Barbato2001-01-01
|
* pcmdec: change default of channels parameter to 1Janne Grunau2012-10-25
| | | | | This was previously implicitly done in ff_raw_read_header(). Fixes fate tests with pcm input.
* avconv: fix bitrate report when writing to /dev/nullJanne Grunau2012-10-25
| | | | | | | avio_size() reports the filesize which returns 0 for /dev/null. avio_tell() reports the current position. Also handle errors from avio_tell().
* avfilter: fix graphparser memleaks on error pathsJanne Grunau2012-10-25
| | | | Fixes CID700635, CID700636 and CID732274.
* rawdec: remove ff_raw_read_headerLuca Barbato2012-10-25
| | | | It is not used anymore and is a kludge.
* pcmdec: remove dependency from rawdecLuca Barbato2012-10-25
| | | | The code shared is not actually shared with anything else.
* g722: refactor out of rawdec.cLuca Barbato2012-10-25
|
* rawvideo: use a specific read_headerLuca Barbato2012-10-25
| | | | ff_raw_read_header is used only for this demuxer for video.
* avutil: Make LZO decoder code configure-time selectableDiego Biurrun2012-10-25
|
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
| | | | The function is used elsewhere and does not belong with the LZO code.
* configure: detect parisc64 automaticallyMans Rullgard2012-10-24
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: detect ppc64 automaticallyMans Rullgard2012-10-24
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: detect mips64 automaticallyMans Rullgard2012-10-24
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: generalise 64-bit testMans Rullgard2012-10-24
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* smoothstreamingenc: Don't assume streams start from timestamp 0Martin Storsjö2012-10-24
| | | | | | Also use dts instead of pts for deciding where to split fragments. Signed-off-by: Martin Storsjö <martin@martin.st>
* asfdec: cosmetics, reformat ff_asf_parse_packet()Anton Khirnov2012-10-24
|