20684 Commits (03354862cbadbbd0ee6871c7c8b0d233415fc957)
 

Author SHA1 Message Date
Jason Garrett-Glaser 03354862cb Update preset files to jive somewhat better with more recent x264 API. 15 years ago
Baptiste Coudurier 8bb7dda2f7 ensure pes buffer is set to avoid segv 15 years ago
Baptiste Coudurier 8956f68014 reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t 15 years ago
Benjamin Larsson 6acd4d89d8 Do not release the AVFrame when using reget_buffer in flashsv. 15 years ago
Benjamin Larsson 000b8b8699 Add condition to aea demuxer probe. 15 years ago
Benjamin Larsson 04a6d1b0db Cosmetics. Renames, indentation and spacing. 15 years ago
Diego Biurrun 72cdcc0b9b Replace @node commands with @anchor to refer to specific points in the text. 15 years ago
Reimar Döffinger cbb5da57cd When resetting vst->pkt.data to NULL, also set vst->slices. 15 years ago
Ivan Schreter dbe0ad85c1 Use I/O buffer size as initial value for backoff for seeking sync point search. 15 years ago
Ramiro Polla 749fac310c Reset slice direction at end of each frame. 15 years ago
Ramiro Polla 9451b59fc6 Remove ; after while(0) in macros. 15 years ago
Ramiro Polla e20b196da1 Remove ; after while(0) in macros. 15 years ago
Ramiro Polla 0345f36bbd eval: Check for return value of memory allocations. 15 years ago
Ramiro Polla 7ef618796a Check for return value of some context allocations. 15 years ago
Vitor Sessak 600b9c5c8c Do not do free AVStream in case of error, this is not supposed to be 15 years ago
Benjamin Larsson 2dbcb03ad5 Remove table that was forgotten in the split. 15 years ago
Benjamin Larsson acc69c1cab Fix doxygen comment 15 years ago
Sascha Sommer bc7f96b184 reinit get_bits for every decode_packet call 15 years ago
Lars Täuber 6fa6c481b9 Make get_ur_golomb capable of reading 16 bit values. 15 years ago
Lars Täuber 6249c33e5a Fix a typo in the documentation. 15 years ago
Måns Rullgård edc0f5dcba ARM: NEON optimised MDCT 15 years ago
Måns Rullgård 46c32e2654 Prepare for optimised forward MDCT implementations 15 years ago
Måns Rullgård 750f5034cf ARM: faster NEON IMDCT 15 years ago
Benjamin Larsson 61d00297ab Cosmetics, add spaces 15 years ago
Benjamin Larsson c64c0a9b76 Move get_arg to avoid future declaration of function when 15 years ago
Benjamin Larsson 7141c8594d Use reget_buffer instead of get_buffer. Fixes issue1367. 15 years ago
Benjamin Larsson 223e8df136 Add ATRAC1 codec ID. 15 years ago
Benjamin Larsson d0b57c6f85 Initial commit of the MD studio demuxer, not hooked up yet 15 years ago
Benjamin Larsson dbb0f96f0f Initial commit of the atrac1 decoder, not hooked up yet 15 years ago
Benjamin Larsson 76ec34a5c3 Remove redundant code forgotten in the split 15 years ago
Michael Niedermayer b52b0913c2 Check for thread_count==0. 15 years ago
Reimar Döffinger 19a9a49e84 Simplify: reget_buffer behaves exactly like get_buffer if the buffer was 15 years ago
Diego Biurrun 2205da0d11 Fix typo: '.' was used instead of '/' as directory separator. 15 years ago
Måns Rullgård 648d792042 ARM: NEON optimised FFT and MDCT 15 years ago
Måns Rullgård 6d9d289e76 DCA: move an aligned array from stack to context 15 years ago
Måns Rullgård 95e561ec3e configure: add -g to ASFLAGS when debug is enabled 15 years ago
Reimar Döffinger f7ba16a7f4 Fix typo in configure error message. 15 years ago
shinya.tesutosan@hotmail.com e5f58f81f7 Document padding for AVProbeData. 15 years ago
Michael Niedermayer e43198af4f Check thread count as multithreaded decoding is not supported. 15 years ago
Ramiro Polla 30715d4273 Document that slices can be bottom to top or top to bottom. 15 years ago
Reimar Döffinger 46f3b40eb3 Add warnings to av_strlcat and av_strlcpy doxygen that the input strings 15 years ago
Benjamin Larsson 76bcd87b4c Change developer doc to reflect reality 15 years ago
Maksym Veremeyenko 2c14ded386 Fix a bug with reading non-interleaved AVI if one the streams is 15 years ago
Maksym Veremeyenko b60de406a4 Factorise st->nb_index_entries check. 15 years ago
Benjamin Larsson 0e1baedec3 Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. 15 years ago
Diego Biurrun b057170f32 Remove pointless debug statement that fails to compile. 15 years ago
Reimar Döffinger 17f0c3be8e Try to clarify that anyone using get_bits must check for buffer overrun 15 years ago
Baptiste Coudurier e4bc8af1e6 check entries against field_size, potential malloc overflow in read_stsz, fix #1357 15 years ago
Baptiste Coudurier 1c4bf2ec37 add one missing check for stream existence in read_elst, fix #1364 15 years ago
Ramiro Polla 7d73d1c336 Indent. 15 years ago