summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add myself as mmst maintainer.Ronald S. Bultje2010-07-14
| | | | Originally committed as revision 24240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: write DisplayUnit element to better match the specAurelien Jacobs2010-07-14
| | | | | | | This makes it clear that we are specifying the aspect ratio, and not the intended display size in pixels. Originally committed as revision 24239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger2010-07-14
| | | | | | | | | | of sub_id, this allows detecting when that information is not available and just decode everything. In addition extradata is required for many codecs and thus in contrast to sub_id generally already passed on by any programs using libav*. Also ask for a sample if we encounter a stream with multiple/changing IDs. Originally committed as revision 24238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove incomplete Doxygen for static decode_frame functions.Thilo Borgmann2010-07-14
| | | | | | | | These functions are not documented for other decoders and should be obvious enough even without Doxygen. patch by Thilo Borgmann, thilo.borgmann googlemail com Originally committed as revision 24237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a depacketizer for QDM2Josh Allmann2010-07-14
| | | | | | | Patch by Josh Allmann, joshua dot allmann at gmail, original code by Ronald S Bultje. Originally committed as revision 24236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->ptsMartin Storsjö2010-07-14
| | | | | | | | | The timestamp of the first RTP packet forming the output AVPacket is written back in *timestamp, which is used in later calculations in generic rtpdec code (together with RTCP sync timestamps) to form the final pkt->pts value. Originally committed as revision 24235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Allow depacketizers to specify that pkt->pts should be left as ↵Martin Storsjö2010-07-14
| | | | | | AV_NOPTS_VALUE Originally committed as revision 24234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows.Alex Converse2010-07-14
| | | | Originally committed as revision 24233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: aac_psy_init(): Factorize line_to_frequency.Alex Converse2010-07-14
| | | | Originally committed as revision 24232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb.Alex Converse2010-07-14
| | | | | | | Fix the MDCT line to frequency calculation for the first line in each sfb. Use this value to calculate ATH. Originally committed as revision 24231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: psy_3gpp_init(): Calculate barks on demand.Alex Converse2010-07-14
| | | | Originally committed as revision 24230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avfft: remove useless parensMåns Rullgård2010-07-13
| | | | Originally committed as revision 24229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: really fix fft external API init functionsMåns Rullgård2010-07-13
| | | | Originally committed as revision 24228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacsbr: Eliminate double precision arithmetic.Alex Converse2010-07-13
| | | | Originally committed as revision 24227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Eliminate the use of doubles in the MAIN predictor.Alex Converse2010-07-12
| | | | Originally committed as revision 24226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Eliminate the use of doubles in decode_cce().Alex Converse2010-07-12
| | | | Originally committed as revision 24225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Use a LUT to generate CCE scale.Alex Converse2010-07-12
| | | | Originally committed as revision 24224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.James Zern2010-07-12
| | | | | | Patch by James Zern, jzern google Originally committed as revision 24223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: match regtest ref files more strictlyMåns Rullgård2010-07-12
| | | | | | | Only names consisting of letters, numbers, hyphens, and underscores are allowed. Originally committed as revision 24222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add TrueSpeech regtestVitor Sessak2010-07-12
| | | | Originally committed as revision 24221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add vp8 bilinear testsMåns Rullgård2010-07-12
| | | | | | Mike added these some time ago, and I forgot to update here. Originally committed as revision 24220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avfft: make init functions return NULL on failure as intendedMåns Rullgård2010-07-12
| | | | Originally committed as revision 24219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct length modifier for size comparison in printf expression, fixes:Diego Biurrun2010-07-12
| | | | | | | libavcodec/wmavoice.c:1906: warning: format `%lu' expects type `long unsigned int', but argument 5 has type `unsigned int' approved by Ronald and Mans on IRC Originally committed as revision 24218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-12
| | | | | | | The AAC decoder and ADTS-to-ASC BSF both require the header decoder but not full parsing capabilities. Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not generate LaTeX Doxygen documentation by default.Diego Biurrun2010-07-12
| | | | | | Our general use case just requires HTML documentation, so skip the extra step. Originally committed as revision 24216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Turn off the useless default chatter that doxygen prints to the console.Diego Biurrun2010-07-12
| | | | Originally committed as revision 24215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Remove the warning about non-meaningful window transitions.Alex Converse2010-07-12
| | | | | | | | It created false positives on seeks and where the first frame is STOP or SHORT. It failed to warn in illegal SHORT->LONG transitions. In general it created much confusion and many junk bug reports from the users. Originally committed as revision 24214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use math constant instead of hardcoded rounded value for sqrt(0.5).Christophe Gisquet2010-07-12
| | | | | | Patch by Christophe.Gisquet (gmail) Originally committed as revision 24213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Report when a method gets an error status codeLuca Barbato2010-07-12
| | | | | | | That makes easier understand what went wrong. In debug mode the whole reply gets printed. Originally committed as revision 24212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix side channels when XCh extension is present.Nick Brereton2010-07-12
| | | | | | Patch by Nick Brereton $name AT n$surname DOT net Originally committed as revision 24210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move XCH parameters into context structure.Nick Brereton2010-07-12
| | | | | | Patch by Nick Brereton $name AT n$surname DOT net Originally committed as revision 24209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the type of Y table to pointer to void in fill_table().Benoit Fouet2010-07-12
| | | | | | | | | This fixes warnings about wrong type being used, e.g.: libswscale/yuv2rgb.c: In function ‘ff_yuv2rgb_c_init_tables’: libswscale/yuv2rgb.c:778: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type libswscale/yuv2rgb.c:598: note: expected ‘uint8_t *’ but argument is of type ‘uint16_t *’ Originally committed as revision 31722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* MMX/SSE VC1 loop filterDavid Conrad2010-07-11
| | | | Originally committed as revision 24208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_pw_4 128 bitsDavid Conrad2010-07-11
| | | | Originally committed as revision 24207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc1: Fix ordering of loop filter for I/B framesDavid Conrad2010-07-11
| | | | | | All horizontal edges must be filtered before all vertical edges Originally committed as revision 24206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc1: ff_draw_horiz_band needs a one row delay when the loop filter is activeDavid Conrad2010-07-11
| | | | Originally committed as revision 24205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into oneRamiro Polla2010-07-11
| | | | Originally committed as revision 24204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: properly check if vfw capture is supported by the system headersRamiro Polla2010-07-11
| | | | | | | | Remove check for an specific w32api version, checking instead if vfw.h supports vfw capture. The defines in w32api 3.12 were wrong, so this must be accounted for in the check. Originally committed as revision 24203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* APIchanges: fix a grammar mistakeJustin Ruggles2010-07-11
| | | | Originally committed as revision 24202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set libvpx encoding profile to libavcodec's profile.James Zern2010-07-11
| | | | | | Patch by James Zern, jzern google Originally committed as revision 24201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fill-in revision number for addition of lpc_type and lpc_passes.Justin Ruggles2010-07-11
| | | | Originally committed as revision 24200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-11
| | | | | | | Add AVLPCType enum. Deprecate AVCodecContext.use_lpc. Originally committed as revision 24199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the avoidance of usage of these AVStream fields.Víctor Paesa2010-07-11
| | | | Originally committed as revision 24198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not try to decode less than one frame of data in TrueSpeech decoder.Kostya Shishkov2010-07-11
| | | | | | This should solve issue 2085. Originally committed as revision 24197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-11
| | | | Originally committed as revision 24196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NellyMoser regtestVitor Sessak2010-07-11
| | | | Originally committed as revision 24195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DTS Coherent Acoustics regtestVitor Sessak2010-07-11
| | | | Originally committed as revision 24194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Pictor/PC Paint PIC regtestVitor Sessak2010-07-11
| | | | Originally committed as revision 24193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crop filter syntax shown for the -crop* options in the ffmpeg manStefan de Konink2010-07-11
| | | | | | | | page. Patch by Stefan de Konink /$name/@/konink/de. Originally committed as revision 24192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle av_base64_decode return valueLuca Barbato2010-07-11
| | | | | | garbled sdp would cause crash otherwise. Originally committed as revision 24191 to svn://svn.ffmpeg.org/ffmpeg/trunk