summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix typos.Stefano Sabatini2008-12-29
| | | | Originally committed as revision 16384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that the list of gpg fingerprints is not just for maintainers.Michael Niedermayer2008-12-29
| | | | Originally committed as revision 16383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add spaces into the gpg fingerprint for better readability.Michael Niedermayer2008-12-29
| | | | Originally committed as revision 16382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It turned out that RV30 uses motion vectors for forward motion B-frameKostya Shishkov2008-12-29
| | | | | | | macroblocks to predict motion vectors for backward motion B-frame macroblocks and vice versa. Originally committed as revision 16381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain the lack of +3/7Michael Niedermayer2008-12-28
| | | | Originally committed as revision 16380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_free() -> av_freep(), patch by Reimar Doffinger, see discussion inReimar Döffinger2008-12-28
| | | | | | "rmdec.c: double free" thread on mailinglist. Originally committed as revision 16379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje2008-12-28
| | | | | | | "rmdec.c: double free" discussion on mailinglist, patch with suggestions from Reimar Doffinger. Originally committed as revision 16378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a list of GnuPG fingerprints.Michael Niedermayer2008-12-28
| | | | | | | This is not as good as personal keysigning (ala debian) but better than nothing. Originally committed as revision 16377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r16375: It broke aac decoding.Carl Eugen Hoyos2008-12-28
| | | | Originally committed as revision 16376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos2008-12-28
| | | | Originally committed as revision 16375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence one warning when compiling with icc:Carl Eugen Hoyos2008-12-28
| | | | | | | | warning #188: enumerated type mixed with another type if((q->bitrate = determine_bitrate(avctx, buf_size, &buf)) == I_F_Q) ^ Originally committed as revision 16374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix h264 decoding on SSE2 cores with icc compilation.Carl Eugen Hoyos2008-12-28
| | | | Originally committed as revision 16373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention in the documentation of avfilter_poll_frame() that it returnsStefano Sabatini2008-12-28
| | | | | | a negative value in case of error. Originally committed as revision 16372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.Kostya Shishkov2008-12-28
| | | | | | Spotted by Robert Swain Originally committed as revision 16371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2008-12-28
| | | | | | | The v4l.c check is moved after the eventual automatic size detection, so the check in that case is performed on the new set values. Originally committed as revision 16370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r16368.Ronald S. Bultje2008-12-28
| | | | Originally committed as revision 16369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje2008-12-28
| | | | | | "[PATCH] oops I broke rdt.c" mailinglist thread. Originally committed as revision 16368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change audio_pkt_cnt from an array into a single field, since only a singleRonald S. Bultje2008-12-28
| | | | | | | member of the array is ever used (compare to RMDemuxContext->audio_pkt_cnt). See "[PATCH] oops I broke rdt.c" mailinglist thread. Originally committed as revision 16367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje2008-12-28
| | | | | | | | AVStreams can be used to call these public rmdec.c functions as well, as is the case for RDT/RTSP streams. See mailinglist discussion in "[PATCH] rdt.c: don't reuse the same AVStream in both RTSP and RM demuxer" thread. Originally committed as revision 16366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje2008-12-28
| | | | | | | This allows multiple video or audio streams per .rm file. See mailinglist thread "[PATCH] rmdec.c: implement RMVideo/AudioStream". Originally committed as revision 16365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNEDMåns Rullgård2008-12-27
| | | | Originally committed as revision 16364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for itKostya Shishkov2008-12-27
| | | | Originally committed as revision 16363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård2008-12-27
| | | | Originally committed as revision 16362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid POSIX-reserved _t namespace.Diego Biurrun2008-12-27
| | | | Originally committed as revision 28195 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini2008-12-27
| | | | Originally committed as revision 16361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini2008-12-27
| | | | Originally committed as revision 16360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
| | | | Originally committed as revision 28194 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
| | | | Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray codeLuca Barbato2008-12-27
| | | | Originally committed as revision 16358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-27
| | | | Originally committed as revision 16357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change thisIsAVar variable names to this_is_a_var style, moreStefano Sabatini2008-12-27
| | | | | | consistent with the rest of libav*. Originally committed as revision 16356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger2008-12-27
| | | | | | AVCodecContext refs is set during decoding. Originally committed as revision 16355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini2008-12-26
| | | | Originally committed as revision 16354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: ommitted -> omitted.Stefano Sabatini2008-12-26
| | | | Originally committed as revision 16353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised float_to_int16Måns Rullgård2008-12-26
| | | | Originally committed as revision 16352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put pass_logfilename_prefix check on a single line, improve readability.Stefano Sabatini2008-12-26
| | | | Originally committed as revision 16351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variables:Stefano Sabatini2008-12-26
| | | | | | | | | | pass_logfilename -> pass_logfilename_prefix DEFAULT_PASS_LOGFILENAME -> DEFAULT_PASS_LOGFILENAME_PREFIX and make clear in the passlogfile OptionDef help string that it takes a file name prefix rather than a file name. Originally committed as revision 16350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable faxcompr.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-12-26
| | | | Originally committed as revision 16348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vertical modeMichael Niedermayer2008-12-26
| | | | Originally committed as revision 16347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* And another sechole ...Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix yet another sechole.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix another sechole.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused run_start variable.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
| | | | Originally committed as revision 16338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Part 2 of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
| | | | Originally committed as revision 16337 to svn://svn.ffmpeg.org/ffmpeg/trunk