24499 Commits (d47168e729d698289360a43efc49fde00b54fd46)

Author SHA1 Message Date
Michael Niedermayer b36b5edb8f avcodec/bitstream_filter: make av_register_bitstream_filter() thread safe 12 years ago
Michael Niedermayer 08f6fdc3e4 avcodec/parser: Make av_register_codec_parser() thread safe 12 years ago
Michael Niedermayer 8738d94274 avcodec: Make av_register_hwaccel() and avcodec_register() thread safe 12 years ago
Timothy Gu a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 12 years ago
Michael Chinen fc736a99ea flac_parser.c: fix case when final frame is a false positive 12 years ago
Paul B Mahol 36748d4b6c tak_parser: properly mark packets as key frames 12 years ago
Luca Barbato 3822936252 wmapro: check num_vec_coeffs against the actual available buffer 12 years ago
Luca Barbato 6652338f43 wmapro: return early on unsupported condition 12 years ago
Luca Barbato e30b068ef7 wmapro: make sure there is room to store the current packet 12 years ago
Luca Barbato afe03092dd lavc: move put_bits_left in put_bits.h 12 years ago
Carl Eugen Hoyos 41f3c60fbb Avoid a null pointer dereference in avcodec_decode_video2(). 12 years ago
Stefano Sabatini 7eb6eb03d8 lavc/mpegvideo_enc: simplify timestamp checks in load_input_picture() 12 years ago
Luca Barbato 07c52e2c7c aac: return meaningful errors 12 years ago
Luca Barbato 6d8629aac1 aac: K&R formatting cosmetics 12 years ago
Stefano Sabatini 47c9887eca lavc/utils: improve feedback in case of invalid packet size 12 years ago
Michael Niedermayer d3788558b0 avcodec/cllc: Fix clobbered ff_get_buffer() change 12 years ago
Stefano Sabatini 0a3589bf2f lavc/pngdec: return meaningful error codes 12 years ago
Derek Buitenhuis 61c82214af cllc: Use outbuf in RGB and ARGB functions 12 years ago
Derek Buitenhuis d48f221952 cllc: Implement YUV support 12 years ago
Derek Buitenhuis d9c89ef86b cllc: Use outbuf in RGB and ARGB functions 12 years ago
Derek Buitenhuis 1ef6ac1071 cllc: Implement YUV support 12 years ago
Michael Niedermayer bbe26eff22 h264: Fix null pointer dereference with disabled error concealment 12 years ago
Kieran Kunhya 95d5246454 lavc: Add option to encode MPEG-2 AAC with libfdk-aac 12 years ago
Michael Niedermayer 5dba888dd5 msmpeg4: Fix ff_msmpeg4_pred_dc() so it works with lowres>0 12 years ago
Michael Niedermayer 9375f5003d sonic: use av_freep() as its safer than av_free() 12 years ago
Michael Niedermayer 69d0a2922f sonic: cleanup/simplify num_taps check 12 years ago
Michael Niedermayer db27dadcb0 sonic: replace divide() by ROUNDED_DIV() 12 years ago
Ronald S. Bultje c329713de7 vp8: wait for prev_frame to parse segment_map before reading it. 12 years ago
Michael Niedermayer 730e07f10b sonic: avoid float sqrt() for integer input & output 12 years ago
Michael Niedermayer 4ec7ef56bd sonic: simplify quant cliping 12 years ago
Michael Niedermayer bcb42fb6db sonic: use av_calloc() 12 years ago
Michael Niedermayer 37c7a8be19 sonic: replace literal numbers by sizeof() 12 years ago
Michael Niedermayer 081a7f3ed0 sonic: replace some float by integers to improve platform independance 12 years ago
Michael Niedermayer 12de2933da sonic: Improve error codes 12 years ago
Michael Niedermayer 8689ee0eef sonic: simplify shift_down() 12 years ago
Hendrik Leppkes d76fff7df7 smvjpeg: use refcounted frames to avoid mem leaks 12 years ago
Hendrik Leppkes 1a405c683e smvjpeg: remove redundant frame init code 12 years ago
Michael Niedermayer d6a33f5d20 h264: fix size of arrays in ff_h264_check_intra_pred_mode() 12 years ago
Michael Niedermayer 2005fddcbb h264/ff_h264_check_intra_pred_mode: fix input value check 12 years ago
Hendrik Leppkes 659df32a9d mathops/x86: work around inline asm miscompilation with GCC 4.8.1 12 years ago
Michael Niedermayer 79cd5d39ba avcodec/utvideodec: Fix vlc len 12 years ago
Michael Niedermayer c17dd513e7 bytestream2_init: assert that buf_size is valid 12 years ago
Michael Niedermayer 32fc8d6db6 avcodec/jpeg2000dec: check that tp_end is after the start 12 years ago
Anton Khirnov 720a1de52f lavc: free the padded last frame during audio encoding properly 12 years ago
Michael Niedermayer ddefb80c95 sonicenc: fix off by 1 error 12 years ago
Michael Niedermayer 694c2d1ab3 sonicenc: dont put multiple assignments per line 12 years ago
Michael Niedermayer 6df61c3ae0 sonicenc: set supported samples formats array 12 years ago
Janne Grunau 2ee380aefb vaapi: return early from ff_vaapi_render_picture() without picture 12 years ago
Carl Eugen Hoyos 28bf0d94aa Revert "vaapi: return early from ff_vaapi_render_picture() without picture" 12 years ago
Carl Eugen Hoyos 3cbf245f2a vaapi: return early from ff_vaapi_render_picture() without picture 12 years ago