summaryrefslogtreecommitdiff
path: root/libavcodec/flashsv.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\
| * flashsv: return more meaningful error valueDiego Biurrun2011-10-11
| * flashsv: fix typo in av_log() messageDiego Biurrun2011-10-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-23
|\|
| * add Flash Screen Video 2 decoderKostya Shishkov2011-07-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-16
|\|
| * flashsv: split flashsv_decode_block() off from flashsv_decode_frame().Diego Biurrun2011-07-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-09
|\|
| * flashsv: inline copy_region() into flashsv_decode_frame()Diego Biurrun2011-07-08
| * flashsv: improve some variable namesDiego Biurrun2011-07-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-06
|\|
| * flashsv: improve some comments and fix some wrong onesDiego Biurrun2011-07-06
| * flashsv: Eliminate redundant variable indirection.Diego Biurrun2011-07-06
| * flashsv: set reference frame type to full frameDiego Biurrun2011-07-06
| * flashsv: replace bitstream description by a link to the specificationDiego Biurrun2011-07-06
| * flashsv: convert a debug av_log into av_dlogDiego Biurrun2011-07-06
| * flashsv: simplify conditionDiego Biurrun2011-07-06
| * flashsv: return more meaningful error valuesDiego Biurrun2011-07-06
| * flashsv: cosmetics: break some overly long linesDiego Biurrun2011-07-06
| * flashsv: cosmetics: drop some unnecessary parenthesesDiego Biurrun2011-07-06
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-05
|\|
| * flashsv: K&R cosmeticsDiego Biurrun2011-05-04
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-26
|\|
| * flashsv: Return more meaningful error values.Diego Biurrun2011-04-25
| * flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun2011-04-25
| * cosmetics: K&R coding style and more whitespace for Flash Screen VideoDiego Biurrun2011-04-25
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Remove a few if (p) av_free(p) formsClément Bœsch2011-02-04
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fixed buffer overread in flashsv decoder.Laurent Aimar2010-03-04
* Do not release the AVFrame when using reget_buffer in flashsv.Benjamin Larsson2009-09-13
* Use reget_buffer instead of get_buffer. Fixes issue1367.Benjamin Larsson2009-09-10
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* flashsv: use skip_bits_long() where requiredMåns Rullgård2008-11-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Long name spelling fixesBenjamin Larsson2008-05-02
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* typo: occured --> occurredDiego Biurrun2008-03-22
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10