summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a list of GnuPG fingerprints.Michael Niedermayer2008-12-28
* Revert r16375: It broke aac decoding.Carl Eugen Hoyos2008-12-28
* Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos2008-12-28
* Silence one warning when compiling with icc:Carl Eugen Hoyos2008-12-28
* Fix h264 decoding on SSE2 cores with icc compilation.Carl Eugen Hoyos2008-12-28
* Mention in the documentation of avfilter_poll_frame() that it returnsStefano Sabatini2008-12-28
* Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.Kostya Shishkov2008-12-28
* Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2008-12-28
* Reindent after r16368.Ronald S. Bultje2008-12-28
* Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje2008-12-28
* Change audio_pkt_cnt from an array into a single field, since only a singleRonald S. Bultje2008-12-28
* Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje2008-12-28
* Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje2008-12-28
* Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNEDMåns Rullgård2008-12-27
* Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for itKostya Shishkov2008-12-27
* simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård2008-12-27
* Avoid POSIX-reserved _t namespace.Diego Biurrun2008-12-27
* Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini2008-12-27
* Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini2008-12-27
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* Remove stray codeLuca Barbato2008-12-27
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-27
* Change thisIsAVar variable names to this_is_a_var style, moreStefano Sabatini2008-12-27
* Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger2008-12-27
* Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini2008-12-26
* Fix typo: ommitted -> omitted.Stefano Sabatini2008-12-26
* ARM: NEON optimised float_to_int16Måns Rullgård2008-12-26
* Put pass_logfilename_prefix check on a single line, improve readability.Stefano Sabatini2008-12-26
* Rename variables:Stefano Sabatini2008-12-26
* Enable faxcompr.Michael Niedermayer2008-12-26
* indentMichael Niedermayer2008-12-26
* Simplify vertical modeMichael Niedermayer2008-12-26
* And another sechole ...Michael Niedermayer2008-12-26
* Fix yet another sechole.Michael Niedermayer2008-12-26
* Fix another sechole.Michael Niedermayer2008-12-26
* Minor simplification.Michael Niedermayer2008-12-26
* Remove unused run_start variable.Michael Niedermayer2008-12-26
* Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer2008-12-26
* Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer2008-12-26
* Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer2008-12-26
* COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
* Part 2 of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet2008-12-26
* Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer2008-12-26
* cosmetic (moving pix_left update)Michael Niedermayer2008-12-26
* Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer2008-12-26
* minor simplificationMichael Niedermayer2008-12-26
* Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer2008-12-26
* Ensure that an invalid run terminates the line.Michael Niedermayer2008-12-26
* 10l != vs. == (yes, my fault not kostya's).Michael Niedermayer2008-12-26