16676 Commits (b56adc784288bdbe5e34e581e8081b51a2a3eb5f)

Author SHA1 Message Date
  Michael Niedermayer 523da37f4c cljrenc: 2x2 ordered dither support. 14 years ago
  Michael Niedermayer 74d9b21340 cljrenc: add AVOption to disable dither 14 years ago
  Michael Niedermayer 43a36ad2ee cljrenc: Add dither to avoid the banding artifcats caused by the very low 14 years ago
  Diego Biurrun 6b60a4c9c9 cljr: K&R cosmetics 14 years ago
  Diego Biurrun 1c45c64c9d cljr: return a more sensible value when encountering invalid headers 14 years ago
  Diego Biurrun 163682fab3 cljr: drop unnecessary emms_c() calls without MMX code 14 years ago
  Michael Niedermayer bef8dfa056 escape130: replace can_safely_read() by get_bits_left() 14 years ago
  Michael Niedermayer f7da12350e escape130: give all av_log() a context 14 years ago
  Michael Niedermayer 40d6296095 escape130: The minimum read in and after decode_skip_count() is 4 bits. 14 years ago
  Michael Niedermayer 59d3656f6e escape130: Check dimensions to be a multiple of the block size. 14 years ago
  Mashiat Sarker Shakkhar 6d4deecfdf Pass pointer to integer buffer instead of integer to memcpy 14 years ago
  Carl Eugen Hoyos 8ac6469575 Silence a warning when compiling Escape 130 decoder. 14 years ago
  Mans Rullgard bbc10185ee cljr: remove useless casts 14 years ago
  Mans Rullgard baf3b6e594 cljr: group encode/decode parts under single ifdefs 14 years ago
  Mans Rullgard 9a1420bfda cljr: remove stray semicolon 14 years ago
  Paul B Mahol ca52bae6ec cljr: add missing return statement in decode_end() 14 years ago
  Michael Niedermayer 31c55c572a escape130: 10l for myself for not initializing y_base. 14 years ago
  John Brooks 8562d9bd6c shorten: avoid abort() on unknown audio types 14 years ago
  Paul B Mahol e93947b7d8 cljr: add encoder 14 years ago
  Michael Niedermayer 06798c6e3b escape130: Fix y_base handling, this fixes some artifacts, vissible in most videos. 14 years ago
  Michael Niedermayer 8ff3d1ccec escape130: make sure cliping is done on signed values. 14 years ago
  Carl Eugen Hoyos 0cc9949ead Mark one colour as transparent in the gif image encoder 14 years ago
  Carl Eugen Hoyos 51d7cd3596 Decode RGB ljpeg to RGB24. 14 years ago
  Carl Eugen Hoyos 9608e3a182 Support decoding 56 byte BMP Bitmap Information Header. 14 years ago
  Anatoliy Wasserman 6778f9d9f2 pthread: fixed thread initialization issues related to thread-safe buffer allocator 14 years ago
  Diego Biurrun 4dccfff9dd tests/examples: Mark some variables only used within their files as static. 14 years ago
  Diego Biurrun 9a5d6c23c5 tests/tools/examples: Replace direct exit() calls by return. 14 years ago
  Paul B. Mahol 04a5eaa1a5 cljr: release picture at end of decoding 14 years ago
  Mans Rullgard 392107ad07 rv40: NEON optimised rv40 qpel motion compensation 14 years ago
  Mashiat Sarker Shakkhar c5cd231151 Partially fix CDLMS prediction 14 years ago
  Michael Niedermayer 8b85c29463 qtrledec: Fix artifacts in tickets/226/qt_rle_bw.mov 14 years ago
  Alexis Ballier 1af91978db qtrle.c: Fix for ticket #226. 14 years ago
  Hendrik Leppkes bc057f7592 pcm-mpeg: implement new audio decoding api 14 years ago
  Ronald S. Bultje 8b03d7fe95 w32thread: port fixes to pthread_cond_broadcast() from x264. 14 years ago
  Rafaël Carré 7efea2a051 dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9 14 years ago
  Diego Biurrun ff159e7816 doxygen: Replace '\' by '@' in Doxygen markup tags. 14 years ago
  Diego Biurrun ee41963f19 cosmetics: drop some completely pointless parentheses 14 years ago
  Paul B. Mahol fc9489f6ad cljr: simplify CLJRContext 14 years ago
  Carl Eugen Hoyos a99dbe014d Do not ignore full transparency when writing png palette. 14 years ago
  Michael Niedermayer d9ced9fec6 h264: init prev_frame_num to -1 on init 14 years ago
  Michael Niedermayer 6287a356e3 h264: Fix memleaks on close, reset more fields 14 years ago
  Carl Eugen Hoyos ba3bb53bdc Fix 8BPS RGB32 output, the alpha channel was ignored. 14 years ago
  Konstantin Todorov 4d9ec050a2 Code cleanup - mpegvideo.c - 500-1000line 14 years ago
  Janne Grunau 6c88988866 rv40: NEON optimised weighted prediction 14 years ago
  Janne Grunau f5c05b9aa5 rv40: NEON optimised chroma MC 14 years ago
  Mans Rullgard f054a82727 ARM: move NEON H264 chroma mc to a separate file 14 years ago
  Janne Grunau 42d32cf53c rv34: NEON optimised inverse transform functions 14 years ago
  Michael Niedermayer 51177b1fe9 lavc: Mark fields that require av_opt_ptr() 14 years ago
  Michael Niedermayer 31f93fc5f8 lavc: Fix sizeof(AVFrame) useability docs 14 years ago
  Michael Niedermayer b9d2b45165 lavc: Document AVFrame av_opt_ptr() relation. 14 years ago