summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* no need to seek on specific key anymore, since klv_read_packet will sync, ↵Baptiste Coudurier2007-06-03
| | | | | | tested on encrypted files Originally committed as revision 9187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not print error message when klv_read_packet failsBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to mxf klv key before trying to read klv packetBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* match uids indenpendantly of the version byteBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reorder and classify uidsBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_idct_add_altivec, based on an old patch from Mauricio Alvarez ↵Luca Barbato2007-06-03
| | | | | | <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> Originally committed as revision 9182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Cell (requires gcc-4.2 or patches)Luca Barbato2007-06-03
| | | | Originally committed as revision 9181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), ↵Andreas Öman2007-06-03
| | | | | | | | so delegate that case to filter_mb(). Patch by Andreas Öman [andreas at olebyn dot nu]. Originally committed as revision 9180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of if(1)Michael Niedermayer2007-06-02
| | | | Originally committed as revision 9179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of one layer of callback obfuscationMichael Niedermayer2007-06-02
| | | | Originally committed as revision 9178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill completely idiotic code which hides all but 2 streamsMichael Niedermayer2007-06-02
| | | | Originally committed as revision 9177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FAQ entry for video joining.Víctor Paesa2007-06-02
| | | | Originally committed as revision 9176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct implementation of "try with auto_guess if first detection fails"Michael Niedermayer2007-06-02
| | | | | | (untested) Originally committed as revision 9175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r4802 (try with auto_guess if first detection fails)Michael Niedermayer2007-06-02
| | | | | | | this change is broken, 3/4 of the code added is unreachable, ill implement it correctly in a moment Originally committed as revision 9174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpeg2ts_raw mode into its own demuxer using such a flag is an ↵Michael Niedermayer2007-06-02
| | | | | | incredibly dirty hack Originally committed as revision 9173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun2007-06-02
| | | | | | more easily add a possible future native decoder. Originally committed as revision 9172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun2007-06-02
| | | | | | more easily add a possible future native encoder. Originally committed as revision 9171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove get_byte wrapperRamiro Polla2007-06-02
| | | | Originally committed as revision 9170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
| | | | Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix skipped blocksMichael Niedermayer2007-06-01
| | | | | | fixes decoding of (http://samples.mplayerhq.hu/game-formats/idroq/bf2introseg.roq) Originally committed as revision 9168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A bit more clear FAQ 1.2Víctor Paesa2007-06-01
| | | | | | Patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 9167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check qblur > 1 (prevent assert failure / segfault)Michael Niedermayer2007-05-31
| | | | | | fixes sf bug #797610 Originally committed as revision 9166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move jpegls up, fixes sf bug #1629152Michael Niedermayer2007-05-30
| | | | Originally committed as revision 9165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer2007-05-30
| | | | | | should fix sf bug #1547313 Originally committed as revision 9164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assert() 2nd tryMichael Niedermayer2007-05-30
| | | | Originally committed as revision 9163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-30
| | | | | | | | | -pix_fmt list patch by Stefano Sabatini stefano sabatini minus lala chez poste it original thread: [FFmpeg-devel] [PATCH] List supported pixel formats date: 05/25/2007 05:46 PM Originally committed as revision 9162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALERAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use FFSWAP()Aurelien Jacobs2007-05-30
| | | | Originally committed as revision 9158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos2007-05-30
| | | | | | | | patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 23418 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
| | | | | | | | patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek tests only available with GPL enabledBenoit Fouet2007-05-30
| | | | Originally committed as revision 9154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn the user about the the mdhd problemMichael Niedermayer2007-05-30
| | | | | | | (this is of course not a good solution but its better than silently generating invalid files, we should find a better solution) Originally committed as revision 9153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertion failureMichael Niedermayer2007-05-29
| | | | Originally committed as revision 9152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do proper frame swapping so VMD video decoder works againKostya Shishkov2007-05-29
| | | | Originally committed as revision 9151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark phony swscale_error target as such.Diego Biurrun2007-05-29
| | | | Originally committed as revision 9150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split RoQ decoder to accommodate future encoder patchVitor Sessak2007-05-29
| | | | | | | | patch by Vitor vitor1001 gmail moc original thread: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2 date: 05/27/2007 12:21 PM Originally committed as revision 9149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate PPS and SPS dynamicallyAndreas Öman2007-05-29
| | | | | | | | | patch by Andreas Öman andreas ta olebyn tod nu reference thread: subject: [FFmpeg-devel] [PATCH] h264: allocate PPS and SPS dynamically date: 05/28/2007 03:00 PM Originally committed as revision 9148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics and function renameVitor Sessak2007-05-29
| | | | | | | | | patch by Vitor ken1001 gmail com | sed -e s/ken/vitor/ reference thread: subject: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2 date: 05/27/2007 12:21 PM Originally committed as revision 9147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable initialization (because of a gcc warning)Glenn A. Serre2007-05-29
| | | | | | patch by Glenn A. Serre gaserre spiresoftware com Originally committed as revision 9146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
| | | | Originally committed as revision 23400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
| | | | Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make decoder decode the first frame properly if theres more than just oneMichael Niedermayer2007-05-27
| | | | | | frame input Originally committed as revision 9144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc/Makefile no longer exists.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Revert accidental removal of unused code.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exit with error when running libavtest and not configured with --enable-gpl.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variable for consistency.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9140 to svn://svn.ffmpeg.org/ffmpeg/trunk