430 Commits (9b2155ad3f54ab5ed66b08fe9d10402c2d7922d9)

Author SHA1 Message Date
Michael Niedermayer daf92cc074 avcodec/vp3: Check for end of input in 2 places of vp4_unpack_macroblocks() 5 years ago
Michael Niedermayer 58c7f419ce avcodec/vp3: Check for end of input in vp4_unpack_vlcs() 6 years ago
Michael Niedermayer b4bf7226af avcodec/vp3: Check that theora is theora 6 years ago
Peter Ross 43dbdee264 VP4 video decoder 6 years ago
Peter Ross a212c8da48 avcodec/vp3: spin off get_eob_run and get_coeff coeff functions 6 years ago
Peter Ross b6ca032ade avcodec/vp3data: combine eob_run_base and eob_run_get_bits tables 6 years ago
Peter Ross 1dfd7aecf2 avcodec/vp3dsp: move vp3 init loop filter function to vp3dsp 6 years ago
Peter Ross d52a1be4e3 avcodec/vp3: ref_frame/ref_frames are only required when HAVE_THREADS=1 6 years ago
Michael Niedermayer 4885ff663b avcodec/vp3: reindent unpack_superblocks() 6 years ago
Michael Niedermayer b5e7e437f4 avcodec/vp3: Do not recalculate coded_fragment_list for keyframes 6 years ago
Michael Niedermayer f563180817 avcodec/vp3: Reuse local variable in unpack_superblocks() 6 years ago
Michael Niedermayer 88e3807aaf avcodec/vp3: Do not initialize unused tables for keyframes in unpack_superblock() 6 years ago
Michael Niedermayer 5ee203076f avcodec/vp3: Fix end of bitstream check in unpack_superblocks() 7 years ago
Michael Niedermayer 62f07825ba avcodec/vp3: Check that there will be sufficient input for the coded fragments in unpack_superblocks() 7 years ago
Michael Niedermayer f2318aee8c avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs() 7 years ago
Michael Niedermayer 570023eab3 avcodec/vp3: Check eob_run 7 years ago
Martin Vignali 4ada428aae avcodec: remove remaining uses of avcodec_get_chroma_sub_sample 7 years ago
James Almer a9a6d51ca4 avcodec/theora: export cropping information instead of handling it internally 8 years ago
Michael Niedermayer 2f00300b77 avcodec/vp3: Check remaining bits in unpack_dct_coeffs() 8 years ago
Michael Niedermayer d8094a303b avcodec/vp3: Do not return random positive values but the buf size 8 years ago
Anton Khirnov 1202b71269 theora: export cropping information instead of handling it internally 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer 18268f761b avcodec/vp3: Fix "runtime error: left shift of negative value" 9 years ago
Michael Niedermayer 26379d4fdd avcodec/vp3: ensure header is parsed successfully before tables 9 years ago
Michael Niedermayer a814f1d364 avcodec/vp3: always set pix_fmt in theora_decode_header() 9 years ago
Michael Niedermayer 861f2b2a53 avcodec/vp3: Fix several memleaks 9 years ago
Michael Niedermayer 6105b7219a avcodec/vp3: Clear context on reinitialization failure 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Michael Niedermayer cbd3cd8eb2 avcodec/vp3: Check init_get_bits8() for failure 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer 697160366f avcodec/vp3: check current_frame before accessing it 10 years ago
Michael Niedermayer dc4a621e9c avcodec/vp3: Cleanup order of operations for current_run check 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer d41b66a1a2 avcodec/vp3: pass correct context to av_log() 10 years ago
Paul B Mahol 2ff7e81b3c avcodec/vp3: use init_get_bits8() 10 years ago
Michael Niedermayer c3e6a55956 avcodec/vp3: Fix offset handling 10 years ago
Vittorio Giovara 67fc8a15e4 theora: support different visible and coded frame size 10 years ago
Michael Niedermayer ad2deb02e5 avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 11 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Clément Bœsch 7e7168b82d Fix 2 coeffecient typo 11 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Michael Niedermayer 007547b282 avcodec: fix () in TRANSPOSE macro 11 years ago
Michael Niedermayer a4ed51ab40 avcodec/vp3: free tables before allocating new ones 11 years ago
Michael Niedermayer 90b26d63ba avcodec/vp3: factorize out free_tables() 11 years ago
Michael Niedermayer 2870617853 avcodec/vp3: use av_mallocz_array() 11 years ago
Vittorio Giovara d2264740e6 VP3: K&R formatting cosmetics 11 years ago
Diego Biurrun f9279ee749 dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h 11 years ago