42027 Commits (d9355a03f215be217e9cb15bf317bb27afa9b90c)
 

Author SHA1 Message Date
  Anton Khirnov dce415e7f1 avconv: remove stray useless comment. 13 years ago
  Nicolas George 67a316bbda vsrc_buffer: deprecate the header. 13 years ago
  Nicolas George aaa94f2890 vsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref. 13 years ago
  Nicolas George 4d4350f47a src_buffer: update get_nb_failed_requests name. 13 years ago
  Nicolas George fe511b6e32 asrc_abuffer: deprecate the header. 13 years ago
  Nicolas George 675e83bb5c asrc_abuffer: deprecate av_asrc_buffer_* functions. 13 years ago
  Nicolas George 6073ce71d0 lavfi: install buffersrc.h. 13 years ago
  Nicolas George 317b2b7e92 lavfi: remove av_buffersrc_buffer. 13 years ago
  Nicolas George 8ad1964ec5 buffersrc: fix av_buffersrc_add_ref doxy. 13 years ago
  Nicolas George 870ca6a238 ffmpeg: do not include vsrc_buffer.h. 13 years ago
  Nicolas George ba7395aace ffmpeg: replace av_vsrc_buffer_add_frame by av_buffersrc_add_frame. 13 years ago
  Nicolas George 6ec1e0fed9 ffmpeg: replace av_buffersrc_buffer with av_buffersrc_add_ref. 13 years ago
  Janne Grunau 29d27b5425 mpegmux: add stuffing to avoid incomplete PCM frames 13 years ago
  Mans Rullgard ddce7dabd2 rtsp: avoid const warnings from strtol() call 13 years ago
  Mans Rullgard 0de1319ee0 avserver: check return value of ftruncate() 13 years ago
  Carl Eugen Hoyos 84aea80f78 oggparsevorbis.c: Check for OOM when using av_mallocz. 13 years ago
  Kostya Shishkov 1fdb5649d9 lagarith: make offset array type unsigned 13 years ago
  Kostya Shishkov 8099187e89 dfa: add some checks to ensure that decoder won't write past frame end 13 years ago
  Mans Rullgard 96f7590efd aacps: NEON optimisations 13 years ago
  Mans Rullgard 47d18d5354 aacps: align some arrays 13 years ago
  Mans Rullgard bf1945af30 aacps: move some loops to function pointers 13 years ago
  Martin Storsjö 2ed503af9f rtpdec_h264: Add missing newlines to av_log calls 13 years ago
  Martin Storsjö b97d21e4d6 rtpdec_h264: Free old extradata before clearing the pointer 13 years ago
  Michael Niedermayer 517dcc9b5f Merge remote-tracking branch 'qatar/master' 13 years ago
  Michael Niedermayer 5f4e18cd16 swr: replace the remaining 2 audio convert SIMD macros by the new ones 13 years ago
  Michael Niedermayer df5ff103cd swr: fix internal asm labels 13 years ago
  Michael Niedermayer b6f4f0d9ef swr: fix PACK_2CH register count 13 years ago
  Michael Niedermayer aae3119643 swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macros 13 years ago
  Martin Storsjö 3c148703f6 rtpdec_h264: Reorder code blocks 13 years ago
  Martin Storsjö b368861747 rtpdec_h264: Make start_sequence a static const array 13 years ago
  Martin Storsjö 48666c2bd6 rtpdec_h264: Cleanup debug packet type counting 13 years ago
  Martin Storsjö 0b3ac9fe05 rtpdec_h264: Cosmetic cleanup 13 years ago
  Martin Storsjö f3d471f45f rtpdec_h264: Clean up comments 13 years ago
  Martin Storsjö dee48d095d rtpdec_h264: Convert commented out code into setting an unused variable 13 years ago
  Michael Niedermayer 47055b8913 swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2 13 years ago
  Michael Niedermayer fec3700dcd swr: update calling code to support mixed packed planar SIMD 13 years ago
  Michael Niedermayer e8dd7928c8 swr: change simd len argument to be in samples instead of dst bytes. 13 years ago
  Michael Niedermayer 3db6093244 swr-test: allow testing a specific subset of cases 13 years ago
  Diego Biurrun f0ccd53a3b tests: Refactor rotozoom/videogen common code into a separate file. 13 years ago
  Diego Biurrun 814208a7a6 tests: Mark some file-internal symbols as static. 13 years ago
  Diego Biurrun b5a3c6038d build: Drop leftover .exp pattern from LIBSUFFIXES list. 13 years ago
  Carl Eugen Hoyos 23fba3ed5c Remove unused variable from ffv1 decoder. 13 years ago
  Carl Eugen Hoyos c6758ac027 Skip padding bytes after reading musepack8 header. 13 years ago
  Carl Eugen Hoyos 396d2aecc5 alsdec.c: Also test 0 when checking rice decoder values. 13 years ago
  Carl Eugen Hoyos 849172882c alsdec.c: Simplify error check before calling rice decoder. 13 years ago
  Nicolas George 5cb4f1a127 vsrc_buffer: return EAGAIN if no frame is available. 13 years ago
  Jakub Stachowski ddffe3de43 WMAL: Shift output samples by the specified number of padding zeroes. 13 years ago
  Mashiat Sarker Shakkhar 363c3a44ff WMAL: Restore removed code in mclms_predict() 13 years ago
  Michael Niedermayer 45a7b0674d oggvorbis: fix the first 2 packets timestamps matching issue 13 years ago
  Michael Niedermayer 3d42addf33 png_parser: try to fix big endian 13 years ago