| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid uninitialised variable warning and clarify code | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | update SectionCallback and PESCallback typedefs to match functions | Måns Rullgård | 2007-07-08 | 1 | -4/+6 |
* | remove redundant declaration of mpegts_muxer | Måns Rullgård | 2007-07-08 | 1 | -2/+0 |
* | kill uninitialised variable warning in mp3_read_probe() | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | kill harmless 64-bit pointer cast warning | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | bethsoftvid: use correct type for size passed to av_fast_realloc() | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | * Getting rid of the use of GCC language extensions | Roman Shaposhnik | 2007-07-08 | 2 | -12/+11 |
* | remove deprecated codec_get_{bmp,wav}_{id,tag}() | Måns Rullgård | 2007-07-08 | 2 | -36/+0 |
* | ogm: don't use deprecated codec_get_{bmp,wav}_id() | Måns Rullgård | 2007-07-08 | 1 | -4/+4 |
* | nutdec: don't use deprecated codec_get_{bmp,wav}_id() | Måns Rullgård | 2007-07-08 | 1 | -2/+2 |
* | remove redundant codec_get_bmp_tag() call in avi_write_header() | Måns Rullgård | 2007-07-08 | 1 | -5/+0 |
* | use bytestream_get_* and AV_RLxx | Måns Rullgård | 2007-07-07 | 1 | -26/+23 |
* | kill uninitialised variable warning in amr_read_packet() | Måns Rullgård | 2007-07-07 | 1 | -1/+1 |
* | kill uninitialised variable warning in ac3_probe() | Måns Rullgård | 2007-07-07 | 1 | -1/+1 |
* | remove unused functions | Måns Rullgård | 2007-07-07 | 1 | -43/+0 |
* | Use AV_RB* macros where appropriate. | Ronald S. Bultje | 2007-07-06 | 6 | -33/+20 |
* | Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c | Luca Abeni | 2007-07-06 | 1 | -3/+11 |
* | Add support for non-blocking input formats | Luca Abeni | 2007-07-06 | 1 | -0/+1 |
* | check udp_read_packet return value not to access uninitialized memory | Eric Paul | 2007-07-05 | 1 | -1/+1 |
* | update my email address | Måns Rullgård | 2007-07-05 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 13 | -16/+12 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -6/+5 |
* | URL update, move comment to a better place. | Diego Biurrun | 2007-07-05 | 1 | -4/+2 |
* | Remove leading underscores from specifiers, they are reserved. | Diego Biurrun | 2007-07-02 | 2 | -5/+5 |
* | spelling cosmetics | Diego Biurrun | 2007-07-02 | 1 | -1/+1 |
* | Add missing comment markers to #endif directive. | Diego Biurrun | 2007-07-02 | 1 | -1/+1 |
* | remove empty write trailer functions | Vitor Sessak | 2007-06-27 | 5 | -43/+0 |
* | compute absolute data offset after reading blocksize | Baptiste Coudurier | 2007-06-26 | 1 | -1/+1 |
* | this is named BlockSize in specs | Baptiste Coudurier | 2007-06-25 | 1 | -1/+1 |
* | according to specs, offset is before blocksize | Baptiste Coudurier | 2007-06-25 | 1 | -1/+1 |
* | support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ... | Baptiste Coudurier | 2007-06-25 | 1 | -3/+14 |
* | Check for O_BINARY instead of a list of systems that need it | Ramiro Polla | 2007-06-25 | 1 | -2/+2 |
* | Remove localtime_r implementation for systems that don't have it. | Ramiro Polla | 2007-06-25 | 1 | -13/+0 |
* | * clarifying the AVInputFormat::read_seek return value | Maksym Veremeyenko | 2007-06-25 | 2 | -1/+3 |
* | cosmetics: indentation after last commit | Aurelien Jacobs | 2007-06-24 | 1 | -3/+3 |
* | drop blocks which are part of unsupported tracks | Aurelien Jacobs | 2007-06-24 | 1 | -1/+5 |
* | remove duplicate #include | Måns Rullgård | 2007-06-24 | 1 | -1/+0 |
* | more av_strl* adjustments | Reimar Döffinger | 2007-06-24 | 1 | -0/+1 |
* | warnings-- | Måns Rullgård | 2007-06-24 | 1 | -1/+1 |
* | whitespace cosmetics | Måns Rullgård | 2007-06-24 | 1 | -24/+24 |
* | use AV_RL32 | Måns Rullgård | 2007-06-24 | 1 | -5/+5 |
* | use more Vorbis metadata tags | Måns Rullgård | 2007-06-24 | 1 | -2/+7 |
* | replace strncpy with av_strlcpy | Måns Rullgård | 2007-06-24 | 1 | -5/+6 |
* | replace the uses of old string functions that Reimar missed | Måns Rullgård | 2007-06-24 | 5 | -24/+27 |
* | Cosmetics: use consistent indentation by four spaces | Reimar Döffinger | 2007-06-24 | 1 | -129/+129 |
* | DV muxer should not only fail for more that 3 streams altogether | Reimar Döffinger | 2007-06-24 | 1 | -0/+2 |
* | remove old unused string functions | Måns Rullgård | 2007-06-23 | 2 | -68/+0 |
* | use new string functions | Måns Rullgård | 2007-06-23 | 8 | -30/+36 |
* | simplify | Aurelien Jacobs | 2007-06-23 | 1 | -4/+2 |
* | remove useless empty function | Aurelien Jacobs | 2007-06-23 | 1 | -6/+0 |