35865 Commits (b56adc784288bdbe5e34e581e8081b51a2a3eb5f)
 

Author SHA1 Message Date
  Justin Ruggles 8e8c51318c movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs 14 years ago
  Michael Niedermayer 523da37f4c cljrenc: 2x2 ordered dither support. 14 years ago
  Michael Niedermayer 74d9b21340 cljrenc: add AVOption to disable dither 14 years ago
  Luca Barbato d5837d7fe9 doc: update documentation to use avconv 14 years ago
  Luca Barbato ca410b4eb0 doc: update demuxers section 14 years ago
  Luca Barbato 9bdfe9ac1c doc: extend external library coverage 14 years ago
  Luca Barbato 1de6e14efe doc: split platform specific information 14 years ago
  Luca Barbato 2f017d9791 doc: port the git-howto to texinfo 14 years ago
  Luca Barbato c1f5da698b doc: provide fallback css and customize @float 14 years ago
  Luca Barbato 1ebbdda1d2 doc: document fate in a texinfo 14 years ago
  Stefano Sabatini a1c676c248 filters.texi: remove confusing reference to never integrated -af option 14 years ago
  Luca Barbato b73a01eaf1 doxy: change hue value to match our green 14 years ago
  Michael Niedermayer 43a36ad2ee cljrenc: Add dither to avoid the banding artifcats caused by the very low 14 years ago
  Michael Niedermayer 25b9eef410 Merge remote-tracking branch 'qatar/master' 14 years ago
  Stefano Sabatini b229485f1a APIchanges: add entry after av_buffersink_poll_frame() addition 14 years ago
  Michael Niedermayer 4ab495b4ee Merge remote-tracking branch 'tjoppen/opatom_demuxing_and_seeking' 14 years ago
  Michael Niedermayer 74436ad51e libnut: NULL priv->nut after nut_demuxer_uninit() as a saftey precaution. 14 years ago
  Michael Niedermayer e21f8a07ca libnut: Check nut_demuxer_init() return value. 14 years ago
  Michael Niedermayer 6f7f239604 libnut: check for av_malloc failure. 14 years ago
  Michael Niedermayer ec9d92700e ffmpeg: Use the buffer sinks poll instead of its input. 14 years ago
  Michael Niedermayer a502939d64 buffersink: Implement a poll function. 14 years ago
  Tomas Härdin ddcf3e0535 mxfdec: Index table driven demuxing and seeking 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 fab97adb66 docs: Minor project name cleanup 14 years ago
  Michael Niedermayer a4bf093e7b indevs.texi: fix application name to match the code 14 years ago
  Michael Niedermayer 7c41995e00 ffmpeg: more exact comment about libavformat. 14 years ago
  Tomas Härdin 5e67e3eac2 mxfdec: Compute packet offsets properly 14 years ago
  Tomas Härdin 5fb800f49a mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack 14 years ago
  Tomas Härdin fd34dbea58 mxfdec: Parse more values in PartitionPack 14 years ago
  Carl Eugen Hoyos 935ac228e4 Fix typo: Correctly parse 64 byte umid tags in bext metadata. 14 years ago
  Nicolas George 26c6fec9d9 lavu: introduce av_log_format_line. 14 years ago
  Michael Niedermayer 15c481614b Merge remote-tracking branch 'shariman/wmall' 14 years ago
  jb@kdenlive.org e2baaa21aa mpegtsenc: recognize .mts as MPEG Transport Stream (encoding) 14 years ago
  Paul B Mahol 118ca0c79a Add Escape 130 to the documentation 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
  Tomas Härdin 7560c26495 mxfdec: Parse TemporalOffsets 14 years ago
  Tomas Härdin 623128d782 mxfdec: av_dlog():ify 'no corresponding source package found' 14 years ago
  Tomas Härdin 336246238e mxfdec: Compute essence container offsets and lengths into mxf->partitions 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