41651 Commits (a1aac8d004d1e3d415208fe0aea15b655826fb15)
 

Author SHA1 Message Date
Michael Niedermayer 59c122b3b0 matroskadec: add assert on lack of overflow in pkt_size+offset 13 years ago
Michael Niedermayer 4b7c52346a matroskadec: change size check in matroska_decode_buffer() to unsigned 13 years ago
Michael Niedermayer 08169fc3d2 matroskadec: move lace_size check up so it catches all code pathes 13 years ago
Michael Niedermayer 88a740afde matroskadec: change assert to av_assert0() 13 years ago
Dale Curtis 71529bd8c5 Fix incorrect unsigned->signed conversion. 13 years ago
Michael Niedermayer 15f8941108 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 01a14ce042 riff: use av_assert 13 years ago
Michael Niedermayer 9d87c8e6f8 rawdec: use av_assert() 13 years ago
Michael Niedermayer 948e97a2cc pcmdec: use av_assert() 13 years ago
Diego Biurrun d246c18ea6 Avoid C99 variable declarations within for statements. 13 years ago
Michael Niedermayer bb850480e1 mjpegenc: support slice multithreading 13 years ago
Samuel Pitoiset 7dc747f50b rtmp: Read and handle incoming packets while writing data 13 years ago
Luca Barbato d2d193c9b6 doc: document THREAD_TYPE fate variable 13 years ago
Martin Storsjö d1beee0701 rtpdec: Don't require frames to start with a Mode A packet 13 years ago
Paul B Mahol ddece75bc8 png_parser: use designated initializers 13 years ago
Paul B Mahol 79c39a98cf Add truehd decoder line. 13 years ago
Paul B Mahol 1b129c2abc flashsv2enc: align codec declarations 13 years ago
Paul B Mahol 8ce0c7d264 g729dec: align codec declarations 13 years ago
Paul B Mahol 225489f19b mjpegdec: remove superfluous "mjpeg " 13 years ago
Nicolas George 69bf775e9f bprint: implement vsnprintf for win32. 13 years ago
Anton Khirnov 9034b0ed66 avconv: don't try to free threads that were not initialized. 13 years ago
Paul B Mahol 0f73ac3fc8 vqavideo: pass context to remaining av_(d)log 13 years ago
Martin T. H. Sandsmark a5c1a0c070 asfdec: fix returned error codes 13 years ago
David Hill 2ad8ac886b configure: support Bitrig OS 13 years ago
David Hill 266771f991 configure: fix SLIBNAME_WITH_MAJOR for openbsd (and bitrig in the next commit) 13 years ago
Michael Niedermayer 0922633f92 fate.texi: fix typo in title 13 years ago
Michael Niedermayer c7b9eab2be Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 4a6d790a6f nutenc: use av_assert 13 years ago
Michael Niedermayer 53eaca5d6b mpegtsenc: use av_assert 13 years ago
Samuel Pitoiset 8517e9c476 rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time 13 years ago
Samuel Pitoiset 9477c035a7 rtmp: Set the client buffer time to 3s instead of 0.26s 13 years ago
Samuel Pitoiset c2d38beab2 rtmp: Handle server bandwidth packets 13 years ago
Samuel Pitoiset 9ff930aace rtmp: Display a verbose message when an unknown packet type is received 13 years ago
Anton Khirnov 9cdf74f904 lavfi/audio: use av_samples_copy() instead of custom code. 13 years ago
Anton Khirnov ce03b0881a configure: add all filters hardcoded into avconv to avconv_deps 13 years ago
Anton Khirnov 24b2f4ed21 avfiltergraph: remove a redundant call to avfilter_get_by_name(). 13 years ago
Anton Khirnov 2f296e39a1 lavfi: allow building without swscale. 13 years ago
Michael Niedermayer 5f8f6243ef swr: fix 10l use of uninitialized data 13 years ago
Diego Biurrun a488028362 build: Do not delete tests/vsynth2 directory, which is no longer created. 13 years ago
James Zern b9e5c5f178 doc/encoders: update libvpxenc mappings 13 years ago
Michael Niedermayer dded4cb20b lavc: fix support of unofficial pix_fmt extensions of jpeg 13 years ago
Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago
Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 13 years ago
Anton Khirnov 84b9fbe055 lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). 13 years ago
Anton Khirnov 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 13 years ago
Sean McGovern 8772997d10 jack: update to new latency range API as the old one has been deprecated 13 years ago
Stefano Sabatini 465a72b4b4 lavfi: move definition of avfilter_copy_buf_props() from buffer.c to avcodec.c 13 years ago
Stefano Sabatini 134815a030 lavfi: change name of tracing functions and of the macro which enables them 13 years ago
Martin Storsjö 0533868642 rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r 13 years ago
Paul B Mahol c1d62489e1 libvorbis: split encoder from decoder 13 years ago