summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | matroskaenc: add missing new line in av_log() callAurelien Jacobs2011-03-241-1/+1
* | matroskadec: check that pointers were initialized before accessing themAurelien Jacobs2011-03-241-3/+5
* | fix typoCompn2011-03-231-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-2330-413/+533
|\ \ | |/
| * Fix an infinite loop when RoQ encoded generated a frame with a size greater t...Vitor Sessak2011-03-221-3/+14
| * Add kbdwin.o to AC3 decoderKieran Kunhya2011-03-221-1/+1
| * Detect byte-swapped AC-3 and support decoding it directly.Reimar Döffinger2011-03-221-0/+5
| * cosmetics: indentationJustin Ruggles2011-03-221-3/+3
| * Always copy input data for AC3 decoder.Justin Ruggles2011-03-221-7/+2
| * ac3enc: make sym_quant() branch-freeJustin Ruggles2011-03-221-11/+1
| * cosmetics: indentationJustin Ruggles2011-03-221-8/+8
| * Add a CPU flag for the Atom processor.Justin Ruggles2011-03-223-2/+12
| * id3v2: skip broken tags with invalid sizeAnton Khirnov2011-03-221-4/+4
| * id3v2: don't explicitly skip paddingAnton Khirnov2011-03-221-4/+0
| * Make sure kbhit() is in conio.hDave Yeo2011-03-222-5/+5
| * fate: update wmv8-drm referenceMans Rullgard2011-03-221-125/+125
| * vc1: make P-frame deblock filter bit-exact.Ronald S. Bultje2011-03-213-105/+217
| * configure: Add the -D parameter to the dlltool commandMartin Storsjö2011-03-211-1/+1
| * amr: Set the AVFMT_GENERIC_INDEX flagMartin Storsjö2011-03-211-0/+1
| * amr: Set the pkt->pos field properly to the start of the packetMartin Storsjö2011-03-211-1/+2
| * amr: Set the codec->bit_rate field based on the last packetMartin Storsjö2011-03-211-0/+3
| * rtsp: Specify unicast for TCP interleaved streams, tooMartin Storsjö2011-03-211-1/+1
| * Set the correct target for mingw64 dlltoolLuca Barbato2011-03-211-1/+1
| * applehttp: Change the variable for stream position in seconds into int64_tMartin Storsjö2011-03-211-1/+2
| * ffplay: Don't assume ic->pb is non-nullMartin Storsjö2011-03-211-2/+2
| * id3v2: simplify error handling.Anton Khirnov2011-03-211-6/+4
| * id3v2: explicitly seek to the end of the tag after readingAnton Khirnov2011-03-211-2/+3
| * avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-216-12/+27
| * vc1: slice support.Ronald S. Bultje2011-03-211-24/+57
| * vc1: fix up memleaks in the error codepath.Ronald S. Bultje2011-03-211-22/+19
| * vc1: warn for unimplemented pan-scan feature.Ronald S. Bultje2011-03-211-0/+1
| * avio: deprecate url_filenoAnton Khirnov2011-03-202-1/+4
| * rmenc: replace avio_seek(0) with avio_tell()Anton Khirnov2011-03-201-1/+1
| * lavf: replace some more avio_seek(SEEK_CUR) with avio_skipAnton Khirnov2011-03-202-3/+3
| * ffv1: allocate correct size for sample bufferMans Rullgard2011-03-201-1/+1
| * Do no modify terminal parameters using termios.hPanagiotis H.M. Issaris2011-03-202-56/+6
| * Move ff_dct_init_mmx declaration to dct.hMans Rullgard2011-03-202-1/+2
* | Do not use format string "%0.3f" for RTSP Range field.Carl Eugen Hoyos2011-03-221-3/+8
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-2227-297/+4200
* | ffprobe: tweak error message in open_input_file()Stefano Sabatini2011-03-211-1/+1
* | Remove unused pixel format (PIX_FMT_UNUSED) and swap PIX_FMT_BGR48LE and PIX_...Peter Ross2011-03-211-2/+1
* | Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin2011-03-211-0/+1
* | Allow demuxing of APE files with metadata tags.Carl Eugen Hoyos2011-03-211-3/+3
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-2144-275/+458
|\ \ | |/
| * doc: add details to the documentation for ffmpeg -mapMike Scheutzow2011-03-201-5/+37
| * ffmpeg: modify help text for the map optionStefano Sabatini2011-03-201-1/+1
| * dct: remove superflous #includeMans Rullgard2011-03-201-1/+0
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-2013-72/+138
| * Move sine windows to a separate fileMans Rullgard2011-03-2019-46/+112
| * Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-199-41/+90
OpenPOWER on IntegriCloud