| Commit message (Expand) | Author | Age | Files | Lines |
* | Two cosmetic changes for improved readability and ease of HDVCPRO HD integration | Roman Shaposhnik | 2008-08-27 | 1 | -2/+2 |
* | matroskadec: cosmetics: indentation | Aurelien Jacobs | 2008-08-27 | 1 | -5/+5 |
* | matroskadec: seek to the last position known in the index before resorting to | Aurelien Jacobs | 2008-08-27 | 1 | -0/+4 |
* | Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP | Ronald S. Bultje | 2008-08-27 | 1 | -0/+6 |
* | remove useless assignment (st is never read after this line) | Aurelien Jacobs | 2008-08-26 | 1 | -1/+0 |
* | matroskadec: index timestamps are supposed to be in the timebase of the stream | Aurelien Jacobs | 2008-08-26 | 1 | -4/+2 |
* | mxfdec: set sample_aspect_ratio | Aurelien Jacobs | 2008-08-26 | 1 | -0/+1 |
* | Remaining parts of GSoC MXF muxer by Zhentan Feng. | Carl Eugen Hoyos | 2008-08-26 | 4 | -2/+39 |
* | vertical align | Michael Niedermayer | 2008-08-26 | 2 | -18/+18 |
* | Import more MXF muxer code from the SoC tree | Vitor Sessak | 2008-08-25 | 1 | -14/+14 |
* | When setting codec_id during codec probe we must also set codec_type. | Andreas Öman | 2008-08-25 | 1 | -4/+9 |
* | Fix udp.c compilation with recent glibc (>= 2.8) | Luca Abeni | 2008-08-25 | 1 | -0/+1 |
* | matroskadec: unset matroska->done when seeking | Aurelien Jacobs | 2008-08-25 | 1 | -0/+1 |
* | matroskadec: full seeking support in index-less files | Aurelien Jacobs | 2008-08-25 | 1 | -3/+7 |
* | matroskadec: on the fly index construction for index-less files | Aurelien Jacobs | 2008-08-25 | 1 | -4/+16 |
* | matroskadec: don't try to seek to negative timestamp | Aurelien Jacobs | 2008-08-24 | 1 | -0/+3 |
* | matroskadec: move setting of matroska->done inside matroska_parse_cluster() | Aurelien Jacobs | 2008-08-24 | 1 | -2/+2 |
* | Add ff_ prefix to ogg_codec_t structs | Reimar Döffinger | 2008-08-24 | 7 | -27/+27 |
* | Mark several libavformat arrays const | Reimar Döffinger | 2008-08-24 | 4 | -7/+7 |
* | Mark "matroska" probe data string constant. | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | Make ogg_codec_t descriptions const | Reimar Döffinger | 2008-08-24 | 7 | -20/+20 |
* | Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec... | Reimar Döffinger | 2008-08-24 | 13 | -24/+24 |
* | Remove check for @ in tcp.c which removes the authorization data from the | Ronald S. Bultje | 2008-08-24 | 1 | -2/+1 |
* | voc: add ff_ prefix to some global const data | Aurelien Jacobs | 2008-08-24 | 4 | -10/+10 |
* | Remove useless empty close functions in mmf and mm demuxers. | Reimar Döffinger | 2008-08-24 | 2 | -12/+1 |
* | matroskadec: make aac_profiles array const | Aurelien Jacobs | 2008-08-24 | 1 | -1/+1 |
* | Make the id3v1_genre_str array const, not just the strings it points to. | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | Import more ok'ed chunks of the mxf muxer from the soc tree | Vitor Sessak | 2008-08-24 | 2 | -0/+206 |
* | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs | 2008-08-23 | 16 | -46/+44 |
* | export sample_aspect_ratio read by the demuxer in a separate field | Aurelien Jacobs | 2008-08-23 | 2 | -1/+10 |
* | Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio. | Peter Ross | 2008-08-23 | 2 | -0/+47 |
* | Cosmetics after previous patches. | Ronald S. Bultje | 2008-08-23 | 1 | -7/+3 |
* | On failure, return directly because the fail: case does nothing. This also | Ronald S. Bultje | 2008-08-23 | 1 | -4/+5 |
* | Move malloc() down until after all initializations, so that the resource is | Ronald S. Bultje | 2008-08-23 | 1 | -7/+5 |
* | Fix memleak on some OSes in case network initialization fails. See | Ronald S. Bultje | 2008-08-23 | 2 | -6/+6 |
* | Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion. | Ronald S. Bultje | 2008-08-23 | 1 | -4/+4 |
* | enable fl32/64 le/be in mov with stsd audio v2 | Baptiste Coudurier | 2008-08-23 | 1 | -3/+3 |
* | Do not set timestamp information for a non existing AVStream | Luca Abeni | 2008-08-22 | 1 | -1/+1 |
* | Apply parts of MXF muxer ok'ed by Michael | Vitor Sessak | 2008-08-22 | 2 | -39/+269 |
* | matroskadec: fail cleanly when the required compression lib is not compiled in | Aurelien Jacobs | 2008-08-20 | 1 | -0/+2 |
* | matroskadec: stop parsing when skipping en element crossing over the end of file | Aurelien Jacobs | 2008-08-20 | 1 | -1/+1 |
* | matroska: add support for most variants of PCM | Aurelien Jacobs | 2008-08-20 | 2 | -3/+23 |
* | matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way | Aurelien Jacobs | 2008-08-20 | 1 | -40/+1 |
* | Implement url_open_protocol(), which is basiclly the former url_open() | Ronald S. Bultje | 2008-08-19 | 2 | -32/+39 |
* | Ok-ed parts from patch by zhentan feng. | Zhentan Feng | 2008-08-19 | 2 | -0/+153 |
* | Remove useless #ifdef DEBUG (patch by Zhentan Feng). | Zhentan Feng | 2008-08-19 | 1 | -10/+0 |
* | Replace invocations of av_fifo_realloc(), which is going to be | Stefano Sabatini | 2008-08-19 | 1 | -1/+2 |
* | Ok-ed parts from patch by zhentan feng. | Zhentan Feng | 2008-08-19 | 1 | -2/+71 |
* | Make AIFF demuxer handle F32BE and F64BE PCM audio. | Peter Ross | 2008-08-19 | 1 | -0/+2 |
* | Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. | Peter Ross | 2008-08-19 | 2 | -0/+8 |