summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman2009-02-13
| | | | | | Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman2009-02-13
| | | | | | Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself as maintainer for lpc.[ch]Justin Ruggles2009-02-13
| | | | Originally committed as revision 17215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct field number for video according to specs, patch by Thierry ↵Thierry Foucu2009-02-13
| | | | | | Foucu, tfoucu at gmail dot com Originally committed as revision 17214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, rename nb_frames to nb_fieldsBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix slice offset computationBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-indent after last commit.Alex Converse2009-02-13
| | | | Originally committed as revision 17211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a ↵Alex Converse2009-02-13
| | | | | | | | independently switched CCE. Discussed/OKed at http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-February/062219.html Originally committed as revision 17210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add supported network protocols section.Diego Biurrun2009-02-13
| | | | Originally committed as revision 17209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #if around the file, it is already conditionally compiled.Diego Biurrun2009-02-13
| | | | Originally committed as revision 17208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set mime type for mxfBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindent, add/remove some empty lines, redundant commentBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MXF D-10 muxerBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store display height without vbiBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpegvideo descriptor into cdci descriptor and wav common in sound commonBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In RV3/4 nonzero MB offset for the first slice also indicates errorKostya Shishkov2009-02-13
| | | | Originally committed as revision 17201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write essence elements klv packets with ber4 length, more interoperableBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* encode klv fill item length in fixed ber 4 bytesBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Report the illegal audio object type, not it offset by 1.Alex Converse2009-02-13
| | | | | | Discussed and OKed at http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2009-February/019860.html Originally committed as revision 17198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put dispatch_tab in the rodata section for macho64.Alexander Strange2009-02-13
| | | | | | | | | This fixes linking shared libavcodec, since the linker doesn't allow text relocations in shared libraries under Darwin/x86_64. Based on a patch by Art Clarke (aclarke xuggle com) Originally committed as revision 17197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly map ADTS profile_ObjectType to MPEG-4 AOTAlex Converse2009-02-13
| | | | | | Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 17196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add SSE2 version of vp6_filter_diagZuxy Meng2009-02-13
| | | | | | original patch by Zuxy Meng zuxy.meng _at_ gmail _dot_ com Originally committed as revision 17195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MMX version of vp6_filter_diagSebastien Lucas2009-02-12
| | | | | | original patch by Sebastien Lucas sebastien.lucas _at_ gmail _dot_ com Originally committed as revision 17194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADTS Muxer: Refuse to write illegal ADTS files by checking validity of headerAlex Converse2009-02-12
| | | | | | | | members and erroring out if invalid Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 17193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-12
| | | | Originally committed as revision 17192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: vido --> videoDiego Biurrun2009-02-12
| | | | Originally committed as revision 17191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add raw (de)muxers to list of supported file formats.Diego Biurrun2009-02-12
| | | | Originally committed as revision 17190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Relinquish maintainership of adtsenc.c from Måns grasp :)Robert Swain2009-02-12
| | | | Originally committed as revision 17189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc() in vorbis_comment()Justin Ruggles2009-02-12
| | | | Originally committed as revision 17188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entries that were missing from the supported file formats list.Diego Biurrun2009-02-12
| | | | Originally committed as revision 17187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use more descriptive format names, similar to the format long_names.Diego Biurrun2009-02-12
| | | | Originally committed as revision 17186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation, there is no file vdpauvideo.c, only vdpau.cReimar Döffinger2009-02-12
| | | | Originally committed as revision 17185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use more descriptive format long_names.Diego Biurrun2009-02-12
| | | | Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: format long_name spelling fixesDiego Biurrun2009-02-12
| | | | Originally committed as revision 17183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: Cosmetic alterations after the last commitRobert Swain2009-02-12
| | | | Originally committed as revision 17182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give an error message when returning due to an unallocated channel elementAlex Converse2009-02-12
| | | | | | Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 17181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for sample rate index 12, 7350 HzAlex Converse2009-02-12
| | | | | | Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 17180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove bogus coupling_point assignment for non-CCE as this value is not checkedAlex Converse2009-02-12
| | | | | | | | in this case Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 17179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write active picture height for d-10/imx in movBaptiste Coudurier2009-02-12
| | | | Originally committed as revision 17178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a warning log when trying to encode into a container requiring globalArt Clarke2009-02-12
| | | | | | | headers in extradata and the codec is not set correctly. Patch by Art Clarke aclarke xuggle com Originally committed as revision 17177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set last packet next pointer to nullBaptiste Coudurier2009-02-12
| | | | Originally committed as revision 17176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check body partitions count before writingBaptiste Coudurier2009-02-12
| | | | Originally committed as revision 17175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check return value of ffm_write_write_index and ffm_read_write_index.Patrik Kullman2009-02-12
| | | | | | Patch by Patrik Kullman, patrik at yes dot nu Originally committed as revision 17174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if read failedBaptiste Coudurier2009-02-12
| | | | Originally committed as revision 17173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change ffm_write_write_index to return int, and return if error occured.Patrik Kullman2009-02-12
| | | | | | Patch by Patrik Kullman, patrik at yes dot nu Originally committed as revision 17172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reference to renamed header file xvmc_render.h.Diego Biurrun2009-02-12
| | | | Originally committed as revision 17171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-12
| | | | | | | to 0, but ffplay checks it before displaying subtitles (ffplay.c:1437). patch by Björn Axelsson, gecko acc.umu se Originally committed as revision 17170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.Diego Biurrun2009-02-12
| | | | Originally committed as revision 17169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h asDiego Biurrun2009-02-12
| | | | | | suggested by Michael, the new names better describe the contents of the files. Originally committed as revision 17168 to svn://svn.ffmpeg.org/ffmpeg/trunk