Mercurial > libavcodec.hg
graph
-
Fix documentation for avcodec_encode_audio(), in the case of PCM audio libavcodecSat, 11 Apr 2009 21:14:29 +0000, by stefano
-
Document the 'size' parameter of set_put_bits_buffer_size(). libavcodecSat, 11 Apr 2009 21:04:26 +0000, by stefano
-
Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. libavcodecSat, 11 Apr 2009 18:12:23 +0000, by stefano
-
Rename the 'put_zero' parameter of ff_put_string() to libavcodecSat, 11 Apr 2009 15:54:21 +0000, by stefano
-
Factorize declaration for the two variants of put_bits(). libavcodecSat, 11 Apr 2009 14:19:09 +0000, by stefano
-
Get rid of av_destruct_packet_nofree and use NULL instead. libavcodecSat, 11 Apr 2009 12:42:29 +0000, by reimar
-
Use INIT_VLC_USE_STATIC and not its value "1". libavcodecSat, 11 Apr 2009 11:47:15 +0000, by cehoyos
-
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). libavcodecFri, 10 Apr 2009 17:23:38 +0000, by diego
-
Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread libavcodecFri, 10 Apr 2009 14:30:04 +0000, by reimar
-
Remove unused variables along with the related warnings. libavcodecFri, 10 Apr 2009 11:33:14 +0000, by diego
-
Add forgotten void return type to ff_h264_free_context libavcodecFri, 10 Apr 2009 11:31:55 +0000, by reimar
-
Make sure error resilience does not try to use unavailable reference frames. libavcodecFri, 10 Apr 2009 07:17:30 +0000, by reimar
-
Add a ff_h264_free_context function and call it from the H.264 parser. libavcodecFri, 10 Apr 2009 07:01:55 +0000, by reimar
-
Make sure mpeg2 has its height rounded up to 32 as that is needed libavcodecFri, 10 Apr 2009 00:09:07 +0000, by michael
-
Do not use SSE2 SAD for snow as it requires more alignment than can be libavcodecThu, 09 Apr 2009 21:53:48 +0000, by michael
-
Make sure the next used frame is released so get_buffer() wont fail. libavcodecThu, 09 Apr 2009 21:19:25 +0000, by michael
-
Move release_buffer() up so it is prior to a future call to it. libavcodecThu, 09 Apr 2009 21:17:53 +0000, by michael
-
Make sure spatial_decomposition_count is not too large for picture size. libavcodecThu, 09 Apr 2009 20:23:13 +0000, by michael
-
Skip non intra frames that have no reference frames. libavcodecThu, 09 Apr 2009 20:13:35 +0000, by michael
-
Make sure the block array is of the correct size. libavcodecThu, 09 Apr 2009 18:47:50 +0000, by michael
-
Check spatial_decomposition_count too, fixes another crash. libavcodecThu, 09 Apr 2009 18:37:26 +0000, by michael
-
10l, forgot to remove old code, which broke snow. libavcodecThu, 09 Apr 2009 18:29:54 +0000, by michael
-
Fix spatial_decomposition_type validity check. libavcodecThu, 09 Apr 2009 15:33:02 +0000, by michael
-
Fix crash when max_ref_frames was out of range. libavcodecThu, 09 Apr 2009 15:17:03 +0000, by michael
-
cosmetics: Reformat comment paragraph and fix a few typos in it. libavcodecThu, 09 Apr 2009 10:06:54 +0000, by diego