| Commit message (Expand) | Author | Age | Files | Lines |
* | Use intptr_t when casting pointers to int. | Ramiro Polla | 2009-03-26 | 2 | -8/+8 |
* | Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. | Diego Biurrun | 2009-03-25 | 1 | -1/+1 |
* | set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_... | Baptiste Coudurier | 2009-03-25 | 1 | -0/+6 |
* | strchr(string, '\0') returns non-NULL, and is thus not suited for use in | Ronald S. Bultje | 2009-03-24 | 1 | -1/+3 |
* | Rename 'tests' target to 'testprogs'. It is too easily confused with the | Diego Biurrun | 2009-03-22 | 1 | -0/+2 |
* | handle id3v2 'genre' tag formated as '%d' | Aurelien Jacobs | 2009-03-22 | 1 | -1/+2 |
* | Remove alpha channel from default colorspace tables, since it is unused. See | Ronald S. Bultje | 2009-03-22 | 2 | -282/+282 |
* | Add a @todo with a comment from Kostya so we don't forget to optimize that at | Ronald S. Bultje | 2009-03-22 | 1 | -1/+4 |
* | Add AURA 1 and 2 codec IDs and register their FOURCCs | Kostya Shishkov | 2009-03-22 | 1 | -0/+2 |
* | allocate tracks instead of using MAX_STREAMS | Baptiste Coudurier | 2009-03-22 | 1 | -5/+14 |
* | since code now use get_bits_long, allocate padding buffer | Baptiste Coudurier | 2009-03-22 | 1 | -1/+1 |
* | avoid creating a new stream not referenced in pmt since it cannot be associat... | Baptiste Coudurier | 2009-03-22 | 1 | -5/+2 |
* | reset codec width/height for h264 forcing decoder to parse extradata | Baptiste Coudurier | 2009-03-21 | 1 | -0/+3 |
* | Remove slash-skipping code because the function called right after that | Ronald S. Bultje | 2009-03-21 | 1 | -3/+0 |
* | Reindent something where a if () --> { <-- is on a newline rather than on the | Ronald S. Bultje | 2009-03-21 | 1 | -2/+1 |
* | Free metadata if already allocated; fixes a memleak if the header occurs twice | Ronald S. Bultje | 2009-03-21 | 1 | -0/+2 |
* | Fix silly bug in hex_to_data() where it compares a string pointer for whether | Ronald S. Bultje | 2009-03-21 | 1 | -1/+1 |
* | Remove useless comment about something that is deprecated. See summary in | Ronald S. Bultje | 2009-03-21 | 1 | -3/+0 |
* | Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". | Ronald S. Bultje | 2009-03-21 | 1 | -2/+1 |
* | Merge functional code from get_word() and get_word_sep() into a single | Ronald S. Bultje | 2009-03-21 | 1 | -23/+12 |
* | Allow (and parse) incoming server messages (notices) interleaved with TCP | Ronald S. Bultje | 2009-03-21 | 1 | -14/+51 |
* | Add a @todo item to use ByteIOContext instead of URLContext at some point in | Ronald S. Bultje | 2009-03-21 | 1 | -0/+2 |
* | Remove index writing in RM muxer, since it is broken (multiple streams per | Ronald S. Bultje | 2009-03-21 | 1 | -11/+3 |
* | Don't allow to sync on packets of zero-size length, since these are never | Ronald S. Bultje | 2009-03-21 | 1 | -1/+1 |
* | Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length | Ronald S. Bultje | 2009-03-21 | 1 | -4/+1 |
* | Make Smacker audio decoder output audio in original bit depth | Daniel Verkamp | 2009-03-21 | 1 | -0/+1 |
* | Reindent | David Conrad | 2009-03-21 | 1 | -9/+9 |
* | Fix Speex header parsing in ogg demuxer | David Conrad | 2009-03-21 | 1 | -3/+6 |
* | Document ogg_codec's header function | David Conrad | 2009-03-21 | 1 | -0/+6 |
* | fix compilation when DEBUG_SEEK is defined | Baptiste Coudurier | 2009-03-21 | 1 | -1/+1 |
* | fix valid seeking range | Baptiste Coudurier | 2009-03-21 | 1 | -9/+7 |
* | protect realloc overflow | Baptiste Coudurier | 2009-03-21 | 1 | -0/+2 |
* | seek backwards 4 bytes if 'fLaC' marker is not found | Justin Ruggles | 2009-03-21 | 1 | -1/+3 |
* | PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. | Daniel Verkamp | 2009-03-20 | 1 | -1/+1 |
* | resync ffm if error in stream | Baptiste Coudurier | 2009-03-20 | 1 | -2/+18 |
* | typo, fix eof check | Baptiste Coudurier | 2009-03-20 | 1 | -1/+1 |
* | do not write ffm write index by default, detect if file is being written and ... | Baptiste Coudurier | 2009-03-20 | 2 | -28/+21 |
* | Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec | Ronald S. Bultje | 2009-03-20 | 1 | -7/+62 |
* | Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a | Ronald S. Bultje | 2009-03-20 | 3 | -0/+51 |
* | set avi fsize to INT64_MAX if riff tag end is not set and file size is not av... | Baptiste Coudurier | 2009-03-19 | 1 | -1/+1 |
* | move max analyze duration check before considering new packet | Baptiste Coudurier | 2009-03-19 | 1 | -4/+4 |
* | Support raw TrueHD files | Ramiro Polla | 2009-03-19 | 4 | -2/+34 |
* | Split TrueHD decoder from MLP | Ramiro Polla | 2009-03-19 | 1 | -1/+1 |
* | MOV: Use the AOT enum for the mp4_audio_types mapping. | Alex Converse | 2009-03-19 | 1 | -5/+5 |
* | Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure | Reimar Döffinger | 2009-03-18 | 4 | -55/+55 |
* | Add a special guidcmp function to compare ASF guids, to avoid the many | Reimar Döffinger | 2009-03-18 | 1 | -19/+24 |
* | Fix wrong @file tag. | Ronald S. Bultje | 2009-03-17 | 1 | -1/+1 |
* | Reindent after r18023. | Ronald S. Bultje | 2009-03-17 | 1 | -8/+8 |
* | Add RTP/ASF header parsing, which is part of the SDP of these streams. See | Ronald S. Bultje | 2009-03-17 | 5 | -1/+104 |
* | cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com | avcoder | 2009-03-17 | 1 | -26/+25 |