summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* remove fake service/provider names used for PATMichael Niedermayer2007-06-04
| | | | | | | this allows us to distingush if the info came from SDT or PAT and will allow to dyamically fill info in ... Originally committed as revision 9199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix error: indeo2.c:202:1: directives may not be used inside a macro argument,Christian Lohmaier2007-06-04
| | | | | | | introduced when init_vlc was turned into a macro Patch by Christian Lohmaier %cloph A openoffice P org% Originally committed as revision 9198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationBenoit Fouet2007-06-04
| | | | Originally committed as revision 9197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Codebook generator using the ELBG algorithmVitor Sessak2007-06-04
| | | | | | | | | patch by Vitor: printf(vitor%d gmail com, 1001) original thread: Re: [FFmpeg-devel] [PATCH] Add a codebook generator (was: [PATCH] RoQ video encoder, take 2) date: 05/28/2007 01:21 PM Originally committed as revision 9196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* readability cosmeticsDiego Biurrun2007-06-03
| | | | Originally committed as revision 9195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics remove struct name with typedefBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused EssenceContainerDataBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip no more needed on errorBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate entry since now we ignore version byteBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pkt posBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless sync keyBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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