summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-1110-52/+52
* Document align_put_bits().Stefano Sabatini2009-04-101-0/+3
* Doxygenate flush_put_bits() documentation.Stefano Sabatini2009-04-101-1/+3
* Doxygenate put_bits_count() documentation.Stefano Sabatini2009-04-101-1/+3
* Doxygenate init_put_bits().Stefano Sabatini2009-04-101-0/+6
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-106-30/+30
* Add support to CorePNG P-frames.Thilo Borgmann2009-04-101-5/+29
* Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the threadReimar Döffinger2009-04-101-1/+1
* Remove unused variables along with the related warnings.Diego Biurrun2009-04-103-3/+0
* Add forgotten void return type to ff_h264_free_contextReimar Döffinger2009-04-102-2/+2
* Fix sigill on non-MMX2 CPUs.Diego Biurrun2009-04-101-1/+3
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-101-23/+28
* Make sure error resilience does not try to use unavailable reference frames.Reimar Döffinger2009-04-101-6/+17
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-103-3/+15
* Make sure mpeg2 has its height rounded up to 32 as that is neededMichael Niedermayer2009-04-101-0/+2
* Do not use SSE2 SAD for snow as it requires more alignment than can beMichael Niedermayer2009-04-091-1/+1
* Fix documentation for the "-ps" optionMartin Storsjö2009-04-091-1/+1
* Make sure the next used frame is released so get_buffer() wont fail.Michael Niedermayer2009-04-091-0/+2
* Move release_buffer() up so it is prior to a future call to it.Michael Niedermayer2009-04-091-12/+12
* Factorize release_buffer()Michael Niedermayer2009-04-091-13/+15
* Make sure spatial_decomposition_count is not too large for picture size.Michael Niedermayer2009-04-091-0/+5
* Skip non intra frames that have no reference frames.Michael Niedermayer2009-04-091-1/+6
* Make sure spatial_decomposition_count is >0.Michael Niedermayer2009-04-091-2/+2
* Make sure the block array is of the correct size.Michael Niedermayer2009-04-091-1/+2
* Check spatial_decomposition_count too, fixes another crash.Michael Niedermayer2009-04-091-2/+2
* 10l, forgot to remove old code, which broke snow.Michael Niedermayer2009-04-091-1/+0
* Factorize check of read symbols.Michael Niedermayer2009-04-091-10/+11
* Fix spatial_decomposition_type validity check.Michael Niedermayer2009-04-091-1/+1
* Fix crash when max_ref_frames was out of range.Michael Niedermayer2009-04-091-2/+8
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-094-10/+5
* cosmetics: Reformat comment paragraph and fix a few typos in it.Diego Biurrun2009-04-091-7/+7
* Fix mb_height for interlaced mpeg2.Michael Niedermayer2009-04-082-1/+6
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-081-1/+1
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-082-0/+15
* Clarify which time_base the relevant members of AVPacket useRobert Swain2009-04-081-6/+6
* Fix second amr_nb_decode_frame() to also use the new AVPacket argumentRobert Swain2009-04-071-1/+3
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-073-0/+126
* fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs2009-04-072-4/+5
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07137-172/+541
* Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann2009-04-071-49/+49
* Move scale factor computation to its own function. Patch by KenanKenan Gillet2009-04-071-8/+24
* Try to honor even completely invalid motion vectors as far as isMichael Niedermayer2009-04-061-0/+1
* Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles2009-04-061-3/+4
* mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla2009-04-061-0/+22
* mlpdec: There must be no extraword for MLP.Ramiro Polla2009-04-051-0/+4
* mlpdec: Validate non-restart bit from the substream header.Ramiro Polla2009-04-051-2/+12
* mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma...Ramiro Polla2009-04-051-1/+1
* Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer2009-04-051-0/+2
* ARM: NEON optimized put_signed_pixels_clampedDavid Conrad2009-04-042-0/+39
* ARM: NEON optimised add_pixels_clampedMåns Rullgård2009-04-042-0/+49
OpenPOWER on IntegriCloud