summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add documentation for skip_put_bytes().Stefano Sabatini2009-04-11
| | | | Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenate ff_copy_bits().Stefano Sabatini2009-04-11
| | | | Originally committed as revision 18440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize declaration for the two variants of put_bits().Stefano Sabatini2009-04-11
| | | | Originally committed as revision 18439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Two INIT_VLC_USE_STATIC cases Carl missed.Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of INIT_VLC_USE_STATIC in h261.Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of INIT_VLC_USE_STATIC in rv10/rv20.Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of INIT_VLC_USE_STATIC in 4xm.Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of INIT_VLC_USE_STATIC in asv1.Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of INIT_VLC_USE_STATIC in msmpeg4Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify documentation for put_bits_count().Stefano Sabatini2009-04-11
| | | | Originally committed as revision 18432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-11
| | | | | | It is still used in comparisons to keep ABI compatibility. Originally committed as revision 18431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
| | | | Originally committed as revision 18430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentReimar Döffinger2009-04-11
| | | | Originally committed as revision 18429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make electronicarts demuxer return partial frames, this is the defaultReimar Döffinger2009-04-11
| | | | | | | | behaviour of av_get_packet and should not be override without good reason. As a side effect this fixes the memleak described in issue 956. Also return the exact error code from av_get_packet instead of AVERROR(EIO). Originally committed as revision 18428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document align_put_bits().Stefano Sabatini2009-04-10
| | | | Originally committed as revision 18427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenate flush_put_bits() documentation.Stefano Sabatini2009-04-10
| | | | Originally committed as revision 18426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenate put_bits_count() documentation.Stefano Sabatini2009-04-10
| | | | Originally committed as revision 18425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available andCarl Eugen Hoyos2009-04-10
| | | | | | not disabled. Originally committed as revision 18424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenate init_put_bits().Stefano Sabatini2009-04-10
| | | | Originally committed as revision 18423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
| | | | Originally committed as revision 18422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support to CorePNG P-frames.Thilo Borgmann2009-04-10
| | | | | | Patch by Thilo Borgmann thilo DOT borgmann A googlemail com. Originally committed as revision 18421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace rand() usage by av_lfg_get().Diego Biurrun2009-04-10
| | | | Originally committed as revision 18420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Align output columns.Diego Biurrun2009-04-10
| | | | Originally committed as revision 18419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the threadReimar Döffinger2009-04-10
| | | | | | | contexts, this avoids a crash when freeing the H.264 parser context introduced in r18406, since h->s.avctx is NULL there. Originally committed as revision 18418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
| | | | | | Patch by Thilo Borgmann th_lo.borgm_n_@goog_email.co_. Originally committed as revision 18417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless duplication of what av_new_stream() already doesAurelien Jacobs2009-04-10
| | | | Originally committed as revision 18416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'PNG1' to PNG fourcc codes.Thilo Borgmann2009-04-10
| | | | | | Patch by Thilo Borgmann thilo DOT borgmann _AT_ gXXglemail.cXm. Originally committed as revision 18415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
| | | | | | Patch by Thilo Borgmann thilo.borgmann * googlemail ! com. Originally committed as revision 18414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables along with the related warnings.Diego Biurrun2009-04-10
| | | | Originally committed as revision 18413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add forgotten void return type to ff_h264_free_contextReimar Döffinger2009-04-10
| | | | Originally committed as revision 18411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix sigill on non-MMX2 CPUs.Diego Biurrun2009-04-10
| | | | Originally committed as revision 18410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
| | | | | | Patch by Thilo Borgmann name.surname AT googlemail.com. Originally committed as revision 18409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
| | | | | | Patch by Thilo Borgmann thilo.borgmann AT g00glemail dot com. Originally committed as revision 18408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure error resilience does not try to use unavailable reference frames.Reimar Döffinger2009-04-10
| | | | | | Fixes the crash described in issue 706. Originally committed as revision 18407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-10
| | | | | | This ensures that the parser will no longer leak memory for all SPS/PPS it encounters. Originally committed as revision 18406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure mpeg2 has its height rounded up to 32 as that is neededMichael Niedermayer2009-04-10
| | | | | | | | for interlaced stuff. This might have been exploitable when emu edge was not set though note this bug has been introduced just a few days ago. Originally committed as revision 18405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use SSE2 SAD for snow as it requires more alignment than can beMichael Niedermayer2009-04-09
| | | | | | | easily provided. Fixes issue315. Originally committed as revision 18404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation for the "-ps" optionMartin Storsjö2009-04-09
| | | | | | Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC packetiser cleanup: use consts instead of #definesLuca Abeni2009-04-09
| | | | Originally committed as revision 18402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni2009-04-09
| | | | Originally committed as revision 18401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö2009-04-09
| | | | | | Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure the next used frame is released so get_buffer() wont fail.Michael Niedermayer2009-04-09
| | | | Originally committed as revision 18399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move release_buffer() up so it is prior to a future call to it.Michael Niedermayer2009-04-09
| | | | Originally committed as revision 18398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize release_buffer()Michael Niedermayer2009-04-09
| | | | Originally committed as revision 18397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure spatial_decomposition_count is not too large for picture size.Michael Niedermayer2009-04-09
| | | | | | this led to an infinite loop in mirror(). Originally committed as revision 18396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip non intra frames that have no reference frames.Michael Niedermayer2009-04-09
| | | | Originally committed as revision 18395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure spatial_decomposition_count is >0.Michael Niedermayer2009-04-09
| | | | Originally committed as revision 18394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure the block array is of the correct size.Michael Niedermayer2009-04-09
| | | | | | This might have been exploitable. Originally committed as revision 18393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check spatial_decomposition_count too, fixes another crash.Michael Niedermayer2009-04-09
| | | | Originally committed as revision 18392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, forgot to remove old code, which broke snow.Michael Niedermayer2009-04-09
| | | | Originally committed as revision 18391 to svn://svn.ffmpeg.org/ffmpeg/trunk