aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rmdec: fix null derefercneMichael Niedermayer2012-10-261-2/+5
| | | | | Fixes CID733714 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* rmdec: use av_assert for audio_pkt_cntMichael Niedermayer2012-10-261-1/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-265-20/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: configure: sanitise sparc vis check configure: recognise more sparc variants as --cpu argument build: Include HEADERS-yes in the HEADERS variable pcm: change references to raw to pcm ffv1: set the range coder state in decode_slice_header pcmdec: change default of channels parameter to 1 Conflicts: libavformat/pcmdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: sanitise sparc vis checkMans Rullgard2012-10-261-3/+1
| | | | | | | | | | | | 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-261-3/+3
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * build: Include HEADERS-yes in the HEADERS variableMartin Storsjö2012-10-252-1/+2
| | | | | | | | | | | | | | 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-251-10/+10
| |
| * ffv1: set the range coder state in decode_slice_headerLuca Barbato2001-01-011-1/+6
| |
| * pcmdec: change default of channels parameter to 1Janne Grunau2012-10-251-1/+1
| | | | | | | | | | This was previously implicitly done in ff_raw_read_header(). Fixes fate tests with pcm input.
* | caf muxer: write metadataPaul B Mahol2012-10-264-3/+21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3'Michael Niedermayer2012-10-268-141/+199
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1b891d17c531e8a63c2974aab4bf997ce70746f3': avconv: fix bitrate report when writing to /dev/null avfilter: fix graphparser memleaks on error paths rawdec: remove ff_raw_read_header pcmdec: remove dependency from rawdec g722: refactor out of rawdec.c rawvideo: use a specific read_header Conflicts: ffmpeg.c libavformat/Makefile libavformat/rawdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: fix bitrate report when writing to /dev/nullJanne Grunau2012-10-251-1/+8
| | | | | | | | | | | | | | 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-251-9/+15
| | | | | | | | Fixes CID700635, CID700636 and CID732274.
| * rawdec: remove ff_raw_read_headerLuca Barbato2012-10-252-78/+0
| | | | | | | | It is not used anymore and is a kludge.
| * pcmdec: remove dependency from rawdecLuca Barbato2012-10-252-22/+55
| | | | | | | | The code shared is not actually shared with anything else.
| * g722: refactor out of rawdec.cLuca Barbato2012-10-253-13/+57
| |
| * rawvideo: use a specific read_headerLuca Barbato2012-10-252-8/+62
| | | | | | | | ff_raw_read_header is used only for this demuxer for video.
* | aacps: fix order of operands of ipdopd_reset().Michael Niedermayer2012-10-261-1/+1
| | | | | | | | | | | | | | With the current implementation this is purely cosmetic Fixes CID732285 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | aacps: loose self assignmentMichael Niedermayer2012-10-261-1/+0
| | | | | | | | | | Fixes CID604123 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | aacenc: replace scale factor warning by assertMichael Niedermayer2012-10-261-2/+1
| | | | | | | | | | | | | | The code would crash after printing the warning Fixes CID717903, CID717904 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | aiffdec: read ID3 attached picturesMatthieu Bouron2012-10-261-1/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cafenc: make .long_name match demuxerPaul B Mahol2012-10-251-2/+2
| | | | | | | | | | | | While here reindent .codec_tag . Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | tools: add ffescape utilityStefano Sabatini2012-10-254-1/+236
| |
* | fraps: use meaningful error codesPaul B Mahol2012-10-251-9/+10
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lvfdec: cosmetics: fix identationPaul B Mahol2012-10-251-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/showspectrum: add sliding mode.Clément Bœsch2012-10-253-5/+17
| |
* | lavd/lavfi: fix leak in case of failureStefano Sabatini2012-10-251-3/+3
| | | | | | | | Jump to the common release code in case of failure.
* | lavfi/af_volumedetect: print stats in uninit().Nicolas George2012-10-251-8/+4
| | | | | | | | | | | | | | | | If the stats are printed when request_frame on the input returns EOF, then they are never printed if the filter is not flushed, in particular when using the -t ffmpeg option. Fix trac ticket #1727.
* | Restore installation of libavutil/lzo.h after ↵Alexis Ballier2012-10-251-2/+3
| | | | | | | | | | | | 2a91ada8282f18d2807abee5188225bba1b19bda Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/vf_fps: allow to set the rounding method.Nicolas George2012-10-252-2/+12
| | | | | | | | | | By default, fps selects frames near PTS 0, 0.5, 1.5, 2.5, etc. With round=down, it selects the frames near PTS 0, 1, 2, 3, etc.
* | ffserver: fix printf argument typeMartin Ettl2012-10-251-1/+1
| |
* | dsicinav: return proper error code in case of malloc failurePaul B Mahol2012-10-251-10/+26
| | | | | | | | | | | | Fixes null pointer dereference. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | dsicinav: return meaningful error codePaul B Mahol2012-10-251-3/+3
| | | | | | | | | | | | While here remove redundant references in error message. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | mxfenc: Write MultipleDescriptor ref in PrefaceTomas Härdin2012-10-252-7/+14
| | | | | | | | | | Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | aacdec: reorder multiuplications to make code safer against too large input ↵Michael Niedermayer2012-10-251-1/+1
| | | | | | | | | | | | | | values. Fixes CID700697 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-2515-85/+102
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: avutil: Make LZO decoder code configure-time selectable avutil: Move memcpy_backptr() to mem.c configure: detect parisc64 automatically configure: detect ppc64 automatically configure: detect mips64 automatically configure: generalise 64-bit test smoothstreamingenc: Don't assume streams start from timestamp 0 Conflicts: configure libavutil/Makefile libavutil/lzo.c libavutil/lzo.h libavutil/mem.c libavutil/mem.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avutil: Make LZO decoder code configure-time selectableDiego Biurrun2012-10-253-5/+16
| |
| * avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-2511-63/+57
| | | | | | | | The function is used elsewhere and does not belong with the LZO code.
| * configure: detect parisc64 automaticallyMans Rullgard2012-10-241-6/+6
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * configure: detect ppc64 automaticallyMans Rullgard2012-10-241-5/+4
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * configure: detect mips64 automaticallyMans Rullgard2012-10-241-6/+6
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * configure: generalise 64-bit testMans Rullgard2012-10-241-2/+9
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * smoothstreamingenc: Don't assume streams start from timestamp 0Martin Storsjö2012-10-241-3/+6
| | | | | | | | | | | | Also use dts instead of pts for deciding where to split fragments. Signed-off-by: Martin Storsjö <martin@martin.st>
* | mpegvideo: fix lowres on field picturesMichael Niedermayer2012-10-251-3/+3
| | | | | | | | | | | | Fixes Ticket1846 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: reenable some recently lost audio testsMichael Niedermayer2012-10-251-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: fix null ptr deref in psnr printing codeMichael Niedermayer2012-10-251-1/+1
| | | | | | | | | | Fixes CID205005 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | roqaudioenc: remove dead codeMichael Niedermayer2012-10-251-1/+1
| | | | | | | | | | Fixes CID703669 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | qt-faststart: check return of ftello()Michael Niedermayer2012-10-251-2/+2
| | | | | | | | | | Fixes CID739863 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | asfdec: fixed signedness in comparissionMichael Niedermayer2012-10-251-1/+1
| | | | | | | | | | Fixes CID739864 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cmdutils: fix unclosed file on errorMichael Niedermayer2012-10-251-0/+1
| | | | | | | | | | Fixes CID739865 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>