summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add G.722 ADPCM audio decoderMartin Storsjö2010-09-09
* Cache detected CPU flagsMåns Rullgård2010-09-09
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-09
* av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla2010-09-08
* av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla2010-09-08
* In mov muxer, write reduced sample aspect ratio values in paspBaptiste Coudurier2010-09-08
* Check dref size based on a patch by googleBaptiste Coudurier2010-09-08
* In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, ...Baptiste Coudurier2010-09-08
* Use filename as pattern for multiple inclusion guards.Diego Biurrun2010-09-08
* Add missing stdint.h #include; necessary to pass 'make checkheaders'.Diego Biurrun2010-09-08
* Add APIchanges entry for the av_get_cpu_flags() addition of r25076.Stefano Sabatini2010-09-08
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Remove reference to not anymore existing symbol has_altivec and useStefano Sabatini2010-09-08
* rgb2rgb: build SSE2 codepathRamiro Polla2010-09-08
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-08
* Only draw the actually visible area in vp3_draw_horiz_band.Reimar Döffinger2010-09-08
* Add missing checks on invalid pixel format inStefano Sabatini2010-09-07
* Add APIchanges entry after the recent changes to imgutils.h API ofStefano Sabatini2010-09-07
* Cosmetics: use plural form for *linesizes arguments ofStefano Sabatini2010-09-07
* Remove use of deprecated functions av_image_fill_pointers/linesizes inStefano Sabatini2010-09-07
* Reindent.Stefano Sabatini2010-09-07
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-07
* Reimplement av_picture_data_copy() avoiding the use of PixFmtInfoStefano Sabatini2010-09-07
* Reindent after the last commit.Stefano Sabatini2010-09-07
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-07
* Fix formatting for negative start times (issue 2139).Christian d'Heureuse2010-09-07
* Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa2010-09-07
* Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa2010-09-07
* Check rc_buffer_size value using integer arithmeticMåns Rullgård2010-09-07
* Add APIchanges entry after the libavcore/imgutils.h renames of r25057.Stefano Sabatini2010-09-07
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Adopt a hierarchical name scheme for the imgutils.h API. SimplifyStefano Sabatini2010-09-07
* Amend documention for the option -prefix.Stefano Sabatini2010-09-07
* Prefer "foo" over ``foo'' in the ffprobe docs.Stefano Sabatini2010-09-07
* Read the number of channels from the 'dac3' tag for AC-3 in MP4.Justin Ruggles2010-09-06
* Make av_fill_image_max_pixsteps() non static non inline.Stefano Sabatini2010-09-06
* Fix slice height for y position calculation for vp3_draw_horiz_bandReimar Döffinger2010-09-06
* Fix vp3_draw_horiz_band to not produce completely chaotical valuesReimar Döffinger2010-09-06
* VP3/Theora: validate aspect and reduce it before exporting itReimar Döffinger2010-09-06
* Add a special function to mkv demxuer to parse length values that includesReimar Döffinger2010-09-06
* Add my GPG fingerprint.Justin Ruggles2010-09-06
* swscale: also update flags on sws_getCachedContext()Ramiro Polla2010-09-06
* swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla2010-09-06
* Sort AV_CPU_FLAG* by value.Stefano Sabatini2010-09-06
* Fix typo.Stefano Sabatini2010-09-06
* move stream info arrays into a struct to ease future dynamic allocationAurelien Jacobs2010-09-05
* matroskadec: allow uint and float elements with length = 0Aurelien Jacobs2010-09-05
* Add #ifndef around FF_API_MM_FLAGS.Stefano Sabatini2010-09-05
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-05
* Fix mlib compilation: add mising include for SwsContext.vle2010-09-05