14850 Commits (276f43be68617c0d56001abf1e213911dd51fed7)

Author SHA1 Message Date
Diego Biurrun 8b587fa292 alac: Remove unused dummy code. 14 years ago
Diego Biurrun 356be9307c Remove unused structs and tables. 14 years ago
Diego Biurrun f20418c349 vaapi: do not assert on value read from input bitstream 14 years ago
Diego Biurrun 86e8272a23 flashsvenc: replace bitstream description by a link to the specification 14 years ago
Diego Biurrun 20a6f210cd flashsvenc: drop unnecessary cast 14 years ago
Diego Biurrun 0686515cb4 flashsvenc: improve some variable names and fix corresponding comments 14 years ago
Diego Biurrun 59ef6bded5 flashsvenc: merge two consecutive if-conditions 14 years ago
Diego Biurrun 12e9bf3e84 flashsvenc: merge variable declarations and initializations 14 years ago
Diego Biurrun b88523c25d flashsvenc: convert some debug av_log() to av_dlog() 14 years ago
Diego Biurrun 3d5669c6e9 flashsvenc: whitespace cosmetics 14 years ago
Diego Biurrun 4877356d8f flashsvenc: drop some unnecessary parentheses 14 years ago
Diego Biurrun 36ba39d140 flashsvenc: fix some comment typos 14 years ago
Mans Rullgard e5902d60ce aacps: skip some memcpy() if src and dst would be equal 14 years ago
Diego Biurrun bee6d2fd76 doxygen: replace @sa tag by the more readable but equivalent @see 14 years ago
Diego Biurrun ad4cd0c2a4 doxygen: use Doxygen markup for authors and web links where appropriate 14 years ago
Diego Biurrun 6168781f70 doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
Martin Storsjö ca5d57ef8a ac3enc: Mark AVClasses const 14 years ago
Diego Biurrun 99b9df5281 doxygen: misc consistency cosmetics 14 years ago
Diego Biurrun f6f95d4e49 doxygen: consistently place brief description 14 years ago
Diego Biurrun ec679eb453 doxygen: place empty line between brief description and detailed description 14 years ago
Anton Khirnov f2f523fffc Add an APIChanges entry and bump minor versions for recent changes. 14 years ago
Diego Biurrun d0fcf39f0c doxygen: Move function documentation into the macro generating the function. 14 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Diego Biurrun 806212498a h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.h 14 years ago
Daniel Kang ac4a85f476 H.264: Add more x86 assembly for 10-bit H.264 predict functions 14 years ago
Justin Ruggles b5849f7709 ac3enc: merge AC3MDCTContext with AC3EncodeContext. 14 years ago
Justin Ruggles 82cea7cb6c ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext 14 years ago
Justin Ruggles f501157e53 ac3enc: fix memleak 14 years ago
Ronald S. Bultje cdc5a3a194 mpeg1video: add CODEC_CAP_SLICE_THREADS. 14 years ago
Alex Converse a58858d60d lavf: Cleanup try_decode_frame() logic. 14 years ago
Diego Biurrun 028216b2c2 h264: move decode_mb_skip() from h264.h to h.264_mvpred.h 14 years ago
Reimar Döffinger 896e59758a Move resetting of channels, sample_rate back to av_find_stream_info. 14 years ago
Diego Biurrun 828e207337 dnxhdenc: Replace a forward declaration by the proper #include. 14 years ago
Ronald S. Bultje c90a2538a0 h264: move h264_mvpred.h include. 14 years ago
Jason Garrett-Glaser b5bbc84fe2 H.264: add filter_mb_fast support for >8-bit decoding 14 years ago
Jason Garrett-Glaser f6b7f72461 H.264: avoid redundant alpha/beta calculations in loopfilter 14 years ago
Jason Garrett-Glaser a4f6be86d6 H.264: optimize intra/inter loopfilter decision 14 years ago
Ronald S. Bultje d1cf459119 vp8/mt: flush worker thread, not application thread context, on seek. 14 years ago
Ronald S. Bultje 5eafc8b466 mt: proper locking around release_buffer calls. 14 years ago
Michael Niedermayer a8c2ff2c3c Revert "lavc: remove a half-working attempt at different defaults for audio/video codecs." 14 years ago
Jean-Baptiste Kempf 58ef4ecff8 DxVA2: unbreak build after [657ccb5ac7] 14 years ago
Mans Rullgard 1765aacb17 hwaccel: unbreak build 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Mans Rullgard 11043d80f6 ARM: use const macro to define constant data in asm 14 years ago
Mans Rullgard 39c2a6bf44 bitdepth: simplify FUNC/FUNCC macros 14 years ago
Mans Rullgard 710b8df949 dsputil: remove ff_emulated_edge_mc macro used in one place 14 years ago
Mans Rullgard 0f6fc8660e 9/10-bit: simplify clipping macros 14 years ago
Anton Khirnov 84626b364b lavc: add support for codec-specific defaults. 14 years ago
Anton Khirnov 71a861cf40 lavc: make avcodec_alloc_context3 officially public. 14 years ago
Anton Khirnov 18c007ba37 lavc: remove a half-working attempt at different defaults for audio/video codecs. 14 years ago