26285 Commits (74d127b537d18cc9a2bf2b556900705f7b2af2be)
 

Author SHA1 Message Date
Marcelo Galvăo Póvoa c7bb7eff81 Move AMR-NB frame unpacking code to a common file so it can be reused in 14 years ago
Luca Barbato 6f9932476d Update H263_AIC asm offset for the apple variant 14 years ago
Alex Converse bb2d8e9f05 aacdec: Rework channel mapping compatibility hacks. 14 years ago
Stefano Sabatini 11198b18db Cosmetics: remove useless parentheses. 14 years ago
Reimar Döffinger 936cfbc589 Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this) 14 years ago
Måns Rullgård 324d22b2b4 nutenc: fix unstable floating-point calculations 14 years ago
Martin Storsjö 535cb0434d Allow the lowres option to affect audio codecs, too 14 years ago
Ronald S. Bultje 240fd8ef06 Remove h264 asm items off the GPL-only list. They are LGPL now. 14 years ago
Jason Garrett-Glaser 8acb554aff LGPL SSE2 H.264 iDCT 14 years ago
Alex Converse 20de72a447 adts demuxer: Set the time base to be the LCM of all ADTS sample rates. 14 years ago
Martin Storsjö 2dfa7c72ce Update the audio sample rate when doing lowres audio decoding, before opening the decoder 14 years ago
Reimar Döffinger 23e05db79c Fix indentation. 14 years ago
Måns Rullgård 65d45cea34 Add missing #include <string.h> in x86/cpu.c 14 years ago
Martin Storsjö 9013560f13 Add a muxer and demuxer for raw G.722 14 years ago
Martin Storsjö 58e37eafce Add G.722 ADPCM audio decoder 14 years ago
Måns Rullgård a3f0d2b967 Cache detected CPU flags 14 years ago
Måns Rullgård 9275438a19 Clean up av_get_cpu_flag() 14 years ago
Ramiro Polla d222e9f9da av_fill_image_linesizes -> av_image_fill_linesizes 14 years ago
Ramiro Polla 4389d606e6 av_fill_image_linesizes -> av_image_fill_linesizes 14 years ago
Baptiste Coudurier 6bd296f1e4 In mov muxer, write reduced sample aspect ratio values in pasp 14 years ago
Baptiste Coudurier 0e7d436d92 Check dref size based on a patch by google 14 years ago
Baptiste Coudurier 9044dd8399 In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, fix issue #1539 14 years ago
Diego Biurrun e47ca217cb Use filename as pattern for multiple inclusion guards. 14 years ago
Diego Biurrun a9b98c0134 Add missing stdint.h #include; necessary to pass 'make checkheaders'. 14 years ago
Stefano Sabatini 15cae5e605 Add APIchanges entry for the av_get_cpu_flags() addition of r25076. 14 years ago
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Stefano Sabatini 9ec7458ddf Remove reference to not anymore existing symbol has_altivec and use 14 years ago
Ramiro Polla 539ff40c2d rgb2rgb: build SSE2 codepath 14 years ago
Stefano Sabatini ccf22d3ed1 Merge has_altivec() function into mm_support(), remove it and use 14 years ago
Reimar Döffinger 83f72f138e Only draw the actually visible area in vp3_draw_horiz_band. 14 years ago
Stefano Sabatini 6950cca97f Add missing checks on invalid pixel format in 14 years ago
Stefano Sabatini 16bacad425 Add APIchanges entry after the recent changes to imgutils.h API of 14 years ago
Stefano Sabatini 2b3cd04d88 Cosmetics: use plural form for *linesizes arguments of 14 years ago
Stefano Sabatini 9d2e0ad824 Remove use of deprecated functions av_image_fill_pointers/linesizes in 14 years ago
Stefano Sabatini 4afbcf46c9 Reindent. 14 years ago
Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 14 years ago
Stefano Sabatini e7eb2033ff Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo 14 years ago
Stefano Sabatini 03ff61167e Reindent after the last commit. 14 years ago
Stefano Sabatini 9686abb826 Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, 14 years ago
Christian d'Heureuse b163078fe3 Fix formatting for negative start times (issue 2139). 14 years ago
Marcelo Galvăo Póvoa 48ac225db2 Move lsp2lpc_sipr() function to common code so it can be reused in a 14 years ago
Marcelo Galvăo Póvoa 1d96cc0865 Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. 14 years ago
Måns Rullgård b33451eeac Check rc_buffer_size value using integer arithmetic 14 years ago
Stefano Sabatini 1904035bac Add APIchanges entry after the libavcore/imgutils.h renames of r25057. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 9b7269e379 Adopt a hierarchical name scheme for the imgutils.h API. Simplify 14 years ago
Stefano Sabatini 4906e7b507 Amend documention for the option -prefix. 14 years ago
Stefano Sabatini 0eb1a3569e Prefer "foo" over ``foo'' in the ffprobe docs. 14 years ago
Justin Ruggles bdecdd2bfc Read the number of channels from the 'dac3' tag for AC-3 in MP4. 14 years ago
Stefano Sabatini 0f146263aa Make av_fill_image_max_pixsteps() non static non inline. 14 years ago