9733 Commits (26ef3220cf6ad4a3cb1580086c244394f5aa3094)
 

Author SHA1 Message Date
Baptiste Coudurier 0e3ea3a26b remove now useless sync key 18 years ago
Baptiste Coudurier 6dc5554328 no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files 18 years ago
Baptiste Coudurier b7889fce2f do not print error message when klv_read_packet fails 18 years ago
Baptiste Coudurier cabe2527ef sync to mxf klv key before trying to read klv packet 18 years ago
Baptiste Coudurier 6982462f50 match uids indenpendantly of the version byte 18 years ago
Baptiste Coudurier 3c6b46d3a5 cosmetics, reorder and classify uids 18 years ago
Luca Barbato 5dda253943 h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> 18 years ago
Luca Barbato e07e357d84 Add support for Cell (requires gcc-4.2 or patches) 18 years ago
Andreas Öman 83b3401731 filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). 18 years ago
Michael Niedermayer b91811af83 get rid of if(1) 18 years ago
Michael Niedermayer 9deb6d71b8 get rid of one layer of callback obfuscation 18 years ago
Michael Niedermayer b229219417 kill completely idiotic code which hides all but 2 streams 18 years ago
Víctor Paesa f7994861f3 Add FAQ entry for video joining. 18 years ago
Michael Niedermayer 165f503a27 correct implementation of "try with auto_guess if first detection fails" 18 years ago
Michael Niedermayer d287b04b6d revert r4802 (try with auto_guess if first detection fails) 18 years ago
Michael Niedermayer 38c48be213 split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack 18 years ago
Diego Biurrun 69ddbd1dad Rename aac_decoder to libfaad_decoder for consistency and to be able to 18 years ago
Diego Biurrun c9171a830b Rename faac_encoder to libfaac_encoder for consistency and to be able to 18 years ago
Ramiro Polla e5e587afbe Remove get_byte wrapper 18 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Michael Niedermayer 29b29011e5 fix skipped blocks 18 years ago
Víctor Paesa 1fee8b3a8c A bit more clear FAQ 1.2 18 years ago
Michael Niedermayer 0fa9a5ddc7 check qblur > 1 (prevent assert failure / segfault) 18 years ago
Michael Niedermayer fc1f90d4e9 move jpegls up, fixes sf bug #1629152 18 years ago
Michael Niedermayer 47b777ceed sanity checks (should prevent hypothetical div by zero issue) 18 years ago
Michael Niedermayer 61d49d122c fix assert() 2nd try 18 years ago
Stefano Sabatini c3b95b1d3d Add support for listing the supported pixel formats using the option 18 years ago
Aurelien Jacobs 808d83fd33 cosmetics: indentation 18 years ago
Aurelien Jacobs 8623e55867 use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER 18 years ago
Aurelien Jacobs b1b64c237f typo 18 years ago
Aurelien Jacobs d6649b2a58 use FFSWAP() 18 years ago
Aurelien Jacobs 43e869147a cosmetics: indentation 18 years ago
Aurelien Jacobs 7b2a2ce556 split rm muxer and demuxer in their own files 18 years ago
Carl Eugen Hoyos 2db27aadcb rename attribute_unused to av_unused as it is declared in common.h 18 years ago
Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 18 years ago
Benoit Fouet 9f6c879365 seek tests only available with GPL enabled 18 years ago
Michael Niedermayer db8f4a92c9 warn the user about the the mdhd problem 18 years ago
Michael Niedermayer 1e6b570087 fix assertion failure 18 years ago
Kostya Shishkov 3dba31aa0d Do proper frame swapping so VMD video decoder works again 18 years ago
Diego Biurrun 822dc0b820 Mark phony swscale_error target as such. 18 years ago
Vitor Sessak 55c970e349 Split RoQ decoder to accommodate future encoder patch 18 years ago
Andreas Öman 7978debdc2 allocate PPS and SPS dynamically 18 years ago
Vitor Sessak 750cbd34c9 cosmetics and function rename 18 years ago
Glenn A. Serre 828bb5f1f6 variable initialization (because of a gcc warning) 18 years ago
Diego Biurrun 4d7b302c0d Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
Diego Biurrun 42610c4983 Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
Michael Niedermayer d5aa01cd30 make decoder decode the first frame properly if theres more than just one 18 years ago
Diego Biurrun cca2adb87d doc/Makefile no longer exists. 18 years ago
Diego Biurrun 2d2fe55737 10l: Revert accidental removal of unused code. 18 years ago
Diego Biurrun 0fd5a1b935 Exit with error when running libavtest and not configured with --enable-gpl. 18 years ago