2009-09-15 |
Kostya Shishkov | Check for explicit 32-bit FPS value so it works on... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Kostya Shishkov | Make probing for VC1 test bitstream format stricter |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Jai Menon | Fix max_coded_frame_size computation to account for... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Michael Niedermayer | Check offset in flv_probe() |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Michael Niedermayer | Do not return values above AVPROBE_SCORE_MAX from probe(). |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Michael Niedermayer | Make h261 and mpegvideo probe a little more robust... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Martin Storsjö | Init i to 0 (10l fix). |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Michael Niedermayer | Make mpeg_probe() pass probetest. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Michael Niedermayer | Probetest, to test the demuxers probe functions against... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Reimar Döffinger | Slightly stricter MPEG-PES probing, fixes issue 1383. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Reimar Döffinger | Vastly improved mm_probe function, passes probetest. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Reimar Döffinger | Improve sierravmd probe. It is still quite weak, but... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Michael Niedermayer | Slighty tweak mp3 probe threshold to prevent probetest... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Reimar Döffinger | Try harder to avoid false positives for DV probe. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Reimar Döffinger | Make dnxhd probe more strict, fail if we detect values... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Måns Rullgård | ARM: 10l: fix large FFTs |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Michael Niedermayer | Rewrite h261_probe(). |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Reimar Döffinger | Make DTS probe more robust against false positives... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Reimar Döffinger | Check the index validity more thoroughly for the c93... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Reimar Döffinger | Add more sanity checks for header elements, rejecting... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Michael Niedermayer | Rewrite h263_probe(). |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Reimar Döffinger | Extend check for integer overflow for malloc argument... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Kostya Shishkov | Fix wrong logical operator which causes too relaxed... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Reimar Döffinger | Check buffer size for idcin check, otherwise false... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Jason Garrett... | Update preset files to jive somewhat better with more... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Baptiste Coudurier | ensure pes buffer is set to avoid segv |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Baptiste Coudurier | reset pes state to skip after flushing, avoid segv... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Benjamin Larsson | Do not release the AVFrame when using reget_buffer... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Benjamin Larsson | Add condition to aea demuxer probe. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Benjamin Larsson | Cosmetics. Renames, indentation and spacing. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Diego Biurrun | Replace @node commands with @anchor to refer to specifi... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Reimar Döffinger | When resetting vst->pkt.data to NULL, also set vst... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Ivan Schreter | Use I/O buffer size as initial value for backoff for... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Ramiro Polla | Reset slice direction at end of each frame. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Ramiro Polla | Remove ; after while(0) in macros. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Ramiro Polla | Remove ; after while(0) in macros. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Ramiro Polla | eval: Check for return value of memory allocations. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Ramiro Polla | Check for return value of some context allocations. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Vitor Sessak | Do not do free AVStream in case of error, this is not... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Benjamin Larsson | Remove table that was forgotten in the split. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Benjamin Larsson | Fix doxygen comment |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Sascha Sommer | reinit get_bits for every decode_packet call |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Lars Täuber | Make get_ur_golomb capable of reading 16 bit values. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Lars Täuber | Fix a typo in the documentation. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Måns Rullgård | ARM: NEON optimised MDCT |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Måns Rullgård | Prepare for optimised forward MDCT implementations |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Måns Rullgård | ARM: faster NEON IMDCT |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Benjamin Larsson | Cosmetics, add spaces |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Benjamin Larsson | Move get_arg to avoid future declaration of function... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Benjamin Larsson | Use reget_buffer instead of get_buffer. Fixes issue1367. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Benjamin Larsson | Add ATRAC1 codec ID. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Benjamin Larsson | Initial commit of the MD studio demuxer, not hooked... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Benjamin Larsson | Initial commit of the atrac1 decoder, not hooked up yet |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Benjamin Larsson | Remove redundant code forgotten in the split |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Michael Niedermayer | Check for thread_count==0. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Reimar Döffinger | Simplify: reget_buffer behaves exactly like get_buffer... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Diego Biurrun | Fix typo: '.' was used instead of '/' as directory... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Måns Rullgård | ARM: NEON optimised FFT and MDCT |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Måns Rullgård | DCA: move an aligned array from stack to context |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Måns Rullgård | configure: add -g to ASFLAGS when debug is enabled |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Reimar Döffinger | Fix typo in configure error message. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
shinya.tesutosan... | Document padding for AVProbeData. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Michael Niedermayer | Check thread count as multithreaded decoding is not... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Ramiro Polla | Document that slices can be bottom to top or top to... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Reimar Döffinger | Add warnings to av_strlcat and av_strlcpy doxygen that... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Benjamin Larsson | Change developer doc to reflect reality |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Maksym Veremeyenko | Fix a bug with reading non-interleaved AVI if one the... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Maksym Veremeyenko | Factorise st->nb_index_entries check. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Benjamin Larsson | Split out common routines needed in the atrac1 decoder... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Diego Biurrun | Remove pointless debug statement that fails to compile. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Reimar Döffinger | Try to clarify that anyone using get_bits must check... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Baptiste Coudurier | check entries against field_size, potential malloc... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Baptiste Coudurier | add one missing check for stream existence in read_elst... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Ramiro Polla | Indent. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Martin Storsjö | Use all 32 bits of the timestamp when calculating flv... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Carl Eugen... | Cosmetics: Fix typo. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | Mark all pix_fmts and supported_framerates compound... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Ivan Schreter | disable new seeking code in mpeg-ts per #ifdef (use... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | Make sample_fmts and channel_layouts compound literals... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | ff_rm_metadata is const. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | ff_sine_windows table contains only constant data,... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | The ff_cos_tabs table itself is constant, too, so mark... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | The pointers in ff_sin_tabs themselves are constant... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | ff_swb_offset_* tables should be const. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | ff_id3v1_genre_str table should be const. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | 100l, all avlanguage tables should be both static and... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Reimar Döffinger | compatible_frame array can be static const, too. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Sascha Sommer | do not decode more than one audio frame in a decode... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Sascha Sommer | avoid extra memcpy during scale factor decoding |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Ramiro Polla | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Ramiro Polla | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Ramiro Polla | Indent. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Lars Täuber | Make 16bit YUV formats compatible with NE avcodec_get_p... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Lars Täuber | Make 16bit YUV formats compatible with NE avcodec_get_p... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Reimar Döffinger | Use memcpy to copy till end of line in one go instead... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Ivan Schreter | cosmetic changes (indentation, doxygen comments, braces... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Reimar Döffinger | Slightly simplify detection of end of compressed data... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Reimar Döffinger | Make vp3 arrays static const where possible. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Reimar Döffinger | Remove useless ulti_decode_end function. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Reimar Döffinger | Search for ipmovie signature beyond the start of the... |
commit | commitdiff | tree | snapshot |
next |