16710 Commits (b55dda4a72051b6476a40480880b9d9d9d43386e)

Author SHA1 Message Date
Diego Biurrun 6c5b0517e0 h264_refs: Fix debug tprintf argument types 12 years ago
Diego Biurrun 80412997c8 golomb: const correctness for get_ue()/get_se() function arguments 12 years ago
Diego Biurrun e00215040a get_bits: const correctness for get_bits_trace()/get_xbits_trace() arguments 12 years ago
Diego Biurrun 4e5b7f31f7 dwt: Drop unused functions spatial_compose{53|97}i() 12 years ago
Diego Biurrun 0ae3ba8daa avcodec: Drop long-deprecated imgconvert.h header 12 years ago
Andrew D'Addesio 2a3d82ab46 Add Opus codec id and codec description. 12 years ago
Diego Biurrun 2dc1310484 truemotion2: Request samples for old TM2 headers 12 years ago
Alexandre Colucci 92d2b909a0 xsub: feed init_get_bits the whole buffer 12 years ago
Martin Storsjö 375bff7084 libfdk-aac: Allow setting VBR modes via a private option 12 years ago
Martin Storsjö a10190dcd8 libfdk-aac: Warn the user that the VBR modes are unsupported 12 years ago
Derek Buitenhuis b62d4c16c9 Revert "cbrt_tablegen: Include libm.h" 12 years ago
Anton Khirnov 7a1a9dd56c pthread: make sure AVFrame.extended_data is set properly. 12 years ago
Nathan Caldwell c8ba8be27e libfdk-aac: reindent after last commit 12 years ago
Nathan Caldwell 94a69dee64 libfdk-aac: Limit to supported sample rates. 12 years ago
Derek Buitenhuis 2768b71798 cbrt_tablegen: Include libm.h 12 years ago
John Van Sickle a716006a7d libx264: change default to closed gop to match x264cli 12 years ago
Anton Khirnov 11d1ca4b2c Use avcodec_free_frame() to free AVFrames. 12 years ago
Anton Khirnov a42aadabc6 lavc: add avcodec_free_frame(). 12 years ago
Anton Khirnov b437cec143 lavc: ensure extended_data is set properly on decoding 12 years ago
Anton Khirnov 2bc0de3858 lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults() 12 years ago
Anton Khirnov c084a975aa lavc: use av_mallocz to allocate AVFrames. 12 years ago
Anton Khirnov a83499b13b lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults 12 years ago
Justin Ruggles 0ccf051a9d avcodec: fix memleak in avcodec_encode_audio2() 12 years ago
Reimar Döffinger c54e00610f sipr: fall back to setting mode based on bit_rate. 12 years ago
Anton Khirnov e52e4fe10d libx264: add forgotten ; 12 years ago
Mans Rullgard a27a690fac ARM: swap source operands in some add instructions 12 years ago
Mans Rullgard a34a609fc1 motion_est: fix use of inline on extern functions 12 years ago
John Van Sickle 9bf41210a9 libx264: add support for nal-hrd, required for Blu-ray streams. 12 years ago
Alex Converse df6c3f9fb3 tiffdec: Add support for GRAY16LE. 12 years ago
Alex Converse 298ed797e1 tiffenc: Add support for little endian RGB48 and GRAY16 12 years ago
Janne Grunau 8701f4f8e8 mpeg4: support frame parameter changes with frame-mt 12 years ago
Janne Grunau 01fc5d6609 mpegvideo: check ff_find_unused_picture() return value for errors 12 years ago
Janne Grunau 32c7589bb7 mpegvideo: release frame buffers before freeing them 12 years ago
Janne Grunau b16d001b62 rv34: use ff_MPV_common_frame_size_change() 12 years ago
Janne Grunau 435c0b87d2 mpegvideo: add reinit function for frame parameter changes 12 years ago
Janne Grunau 1b3439b305 mpegvideo: move frame size dependent memory management to separate functions 12 years ago
Luca Barbato 419ffb2390 avcodec: cleanup utils.c 12 years ago
Justin Ruggles ee90119e9e binkaudio: remove unneeded GET_BITS_SAFE macro 12 years ago
Justin Ruggles 7bfd1766d1 binkaudio: use float sample format 12 years ago
Justin Ruggles 0801b5979b binkaudio: use a different value for the coefficient scale for the DCT codec 12 years ago
Clément Bœsch ee0f53e966 alsdec: fix misplaced parentheses. 12 years ago
Thilo Borgmann ac3f5a6879 alsdec: check return values. 12 years ago
Thilo Borgmann 66197988b1 alsdec: fix number of decoded samples in first sub-block in BGMC mode. 12 years ago
Thilo Borgmann 97f0efbfb8 alsdec: Fix out of ltp_gain_values read. 12 years ago
Michael Niedermayer 5b051ec3bd alsdec: Check that quantized parcor coeffs are within range. 12 years ago
Michael Niedermayer 9853e41aa0 alsdec: check opt_order. 12 years ago
Michael Niedermayer 23aae62c2c alsdec: Check k used for rice decoder. 12 years ago
Anton Khirnov 34ebbbfeec xsubenc: reindent 12 years ago
Anton Khirnov 466b39efaf lavc: replace AVCodecContext.encode with subtitle-specific callback 12 years ago
Anton Khirnov 9f64c8219a lavc: add const to private codec class initialization. 12 years ago