30396 Commits (9266eb0c620ddc555f9bbc422c31c84bcba6d549)

Author SHA1 Message Date
Michael Niedermayer 4ffec6d933 avcodec/twinvq: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer b9792afad1 avcodec/tta: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer beec818d99 avcodec/truemotion2: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Peter Hall ea79dfbad3 avcodec/libvorbisenc: Give CODEC_CAP_SMALL_LAST_FRAME to libvorbis encoder. 10 years ago
Vadim Kalinsky d1d3904273 avcodec/options: Set AVCodecContext->codec upon initialization. 10 years ago
Michael Niedermayer 06d2742899 avcodec/nellymoser: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer bb5e148299 libavcodec/tiffenc: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 98fbf8ef67 libavcodec/libxavs: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer ade140eb73 libavcodec/libx264: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 4243415741 avcodec/mjpegdec: Support some subsampled GBR variants 10 years ago
Michael Niedermayer 9bb6e1175f avcodec/internal: Add () to argument of FF_SIGNBIT() to ensure correct order or operations 10 years ago
Vittorio Giovara 85dc006b1a lavc: fix bitshifts amount bigger than the type 10 years ago
Vittorio Giovara 771656bd85 libvpxenc: clean memory on error 10 years ago
Michael Niedermayer 894d10332c avcodec/lcldec: support rgb24 with width%4 != 0 10 years ago
Anton Khirnov 8b573ddda7 hevc: remove superfluous assignments and checks 10 years ago
Anton Khirnov eac3ac1fe0 hevc: eliminate an unneeded intermediate variable 10 years ago
Anton Khirnov eb335f3c5c hevc: reduce variable scope 10 years ago
Anton Khirnov 84c0ece5fd hevc: further reduce code duplication in hls_prediction_unit() 10 years ago
Anton Khirnov a7b365ae19 hevc: reduce code duplication in hls_prediction_unit() 10 years ago
Anton Khirnov de1f8ead89 hevcdsp_template: templatize transquant_bypass 10 years ago
Anton Khirnov 16c01fb434 hevc: remove an unused function parameter 10 years ago
Anton Khirnov 84b9463984 hevc: remove a redundant line 10 years ago
Anton Khirnov 2c6a7f9348 hevc: do not store rqt_root_cbf in the context 10 years ago
Anton Khirnov 920bca3e23 hevc: do not store pcm_flag in the context 10 years ago
Michael Niedermayer 20bf91f832 avcodec/roqvideoenc: clear freed pointers 10 years ago
Michael Niedermayer 7ababb85f9 avcodec/snow: clear freed pointers 10 years ago
Michael Niedermayer 00672d2ce5 avcodec/rl2: clear freed pointers 10 years ago
Michael Niedermayer 374c907fb3 avcodec/vorbis_parser: Move vp check 10 years ago
Michael Niedermayer 1de786777e avcodec/dvdsubdec: Check all fseek()s return codes 10 years ago
Lukasz Marek 01974a58df lavc/options: initialize pkt_timebase 10 years ago
Lukasz Marek 4a30277a59 lavc/options: set timecode_frame_start to -1 as option default 10 years ago
Lukasz Marek c544ffd2ae lavc/options_table: add pixel_format and video_size options 10 years ago
Lukasz Marek c727006616 lavc/options_table: set min to -1 for timecode_frame_start 10 years ago
Martin Storsjö c00365b46d aarch64: Make the function pointer tables position independent 10 years ago
Michael Niedermayer bd7d8604bd avcodec/nellymoserenc: update comment to match 5c805d69a4 10 years ago
Michael Niedermayer 7d37e45f6b avcodec/mpeg4video_parser: fix spurious extradata parse warnings 10 years ago
Michael Niedermayer 10411afdff avcodec/mpeg4videodec: replace some return -1 by more specific error codes 10 years ago
Michael Niedermayer 18fcdc0981 avcodec/mpeg4videodec: forward return code in ff_mpeg4_decode_picture_header() 10 years ago
Shin-ichi Toyama 12630fa821 avcodec/dvdsubdec: New option for obtaining global palette from .IFO file (experimental) 10 years ago
Michael Niedermayer 2fa6d21124 on2avc: Fix out of array access 10 years ago
Luca Barbato 74d7db586a dv: Drop a spurious check 10 years ago
Michael Niedermayer 85929b9caa avcodec/lpc: remove unneeded {} 10 years ago
Vittorio Giovara d16ec1b6db atrac3plus: always initialize refwaves 10 years ago
Vittorio Giovara 60e0ee7ca2 lpc: always initialize ref and err 10 years ago
Vittorio Giovara 3a6ddfb874 exr: check return value 10 years ago
Thilo Borgmann e4cb6abb2f bgmc: fix sizeof arguments 10 years ago
Benoit Fouet 00df32f6a9 avcodec/pngdec: split frame decoding in its own function. 10 years ago
Benoit Fouet 8cab24df07 avcodec/pngdec: create a function to handle small (<=4) bits per pixel values. 10 years ago
Benoit Fouet 24ca2ffad8 avcodec/pngdec: use else if instead of if for small bpp handling. 10 years ago
Benoit Fouet c25b6ae8a2 avcodec/pngdec: fix some indentation/whitespaces 10 years ago