| Commit message (Expand) | Author | Age | Files | Lines |
* | matroskadec: merge ByteIOContext declarations at upper level | Aurelien Jacobs | 2009-01-18 | 1 | -4/+1 |
* | matroskadec: parse the WAVEFORMATEX header and discard it from extradata | Aurelien Jacobs | 2009-01-18 | 1 | -2/+7 |
* | add jp2 formater in image2 muxer | Baptiste Coudurier | 2009-01-18 | 1 | -1/+24 |
* | jpeg2k is intra only codec | Baptiste Coudurier | 2009-01-18 | 1 | -0/+1 |
* | match format in names list separated by commas | Baptiste Coudurier | 2009-01-17 | 1 | -1/+19 |
* | added demuxer for FunCom ISS audio files, | Stefan Gehrer | 2009-01-17 | 4 | -1/+133 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 3 | -4/+5 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 4 | -6/+6 |
* | Cosmetics: indent | David Conrad | 2009-01-17 | 1 | -1/+1 |
* | Treat disposition==0 as undefined and don't write the default flag | David Conrad | 2009-01-17 | 1 | -0/+1 |
* | Flush the buffer after writing the header and when done with writing the files | David Conrad | 2009-01-17 | 1 | -0/+2 |
* | add LM20 mimic in avi fourcc | Ben Littler | 2009-01-16 | 1 | -0/+1 |
* | WavPack hybrid mode support | Kostya Shishkov | 2009-01-16 | 1 | -4/+0 |
* | Merge declaration and initialization of io_buffer_size | Reimar Döffinger | 2009-01-16 | 1 | -6/+1 |
* | Make io_buffer_size unsigned to avoid a warning about comparing | Reimar Döffinger | 2009-01-16 | 1 | -1/+2 |
* | Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_in... | Reimar Döffinger | 2009-01-16 | 1 | -1/+1 |
* | Use AV_WB32 instead of reimplementing it. | Reimar Döffinger | 2009-01-16 | 1 | -4/+2 |
* | Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. | Reimar Döffinger | 2009-01-16 | 1 | -5/+1 |
* | Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM) | Reimar Döffinger | 2009-01-16 | 1 | -1/+1 |
* | Make unsigned int a variable that does not need to be explicitely 32 bits. | Marc Mason | 2009-01-16 | 1 | -1/+1 |
* | support h264 extradata with 0x000001 startcode | Baptiste Coudurier | 2009-01-16 | 1 | -1/+2 |
* | use ff_avc_parse_nal_units_buf because output size might differ from input size | Baptiste Coudurier | 2009-01-16 | 1 | -7/+12 |
* | 10l, fix prototype | Baptiste Coudurier | 2009-01-16 | 1 | -1/+1 |
* | export ff_avc_parse_nal_units_buf | Baptiste Coudurier | 2009-01-16 | 2 | -2/+3 |
* | move actual writing before so new size can be taken into account | Baptiste Coudurier | 2009-01-16 | 1 | -9/+9 |
* | return size written in ff_avc_parse_nal_units | Baptiste Coudurier | 2009-01-16 | 2 | -2/+5 |
* | Reindent after last commit | Luca Abeni | 2009-01-15 | 3 | -3/+3 |
* | Do not reallocate AVPacket's data when muxing a packet | Luca Abeni | 2009-01-15 | 5 | -34/+36 |
* | Factorise id3v2 header parsing from mp3.c to be shared | Alex Converse | 2009-01-15 | 4 | -18/+74 |
* | use delay for subs and dirac too | Baptiste Coudurier | 2009-01-15 | 1 | -4/+10 |
* | add aud nal unit if not present in h264 bitstream | Baptiste Coudurier | 2009-01-15 | 1 | -0/+21 |
* | matroskadec: ensure we only consider chapters which are properly ordered | Aurelien Jacobs | 2009-01-15 | 1 | -1/+5 |
* | consider other codecs packets contain only one access unit, not just audio | Baptiste Coudurier | 2009-01-14 | 1 | -1/+1 |
* | calculate pat, pmt and sdt exact size and adjust total bitrate | Baptiste Coudurier | 2009-01-14 | 1 | -8/+25 |
* | allow user to specify muxrate | Baptiste Coudurier | 2009-01-14 | 1 | -1/+4 |
* | warn if dts < pcr which means TS is invalid | Baptiste Coudurier | 2009-01-14 | 1 | -0/+2 |
* | only write dts if they differ from pts, according to specs | Baptiste Coudurier | 2009-01-14 | 1 | -2/+2 |
* | use delay to avoid negative dts | Baptiste Coudurier | 2009-01-14 | 1 | -2/+3 |
* | set pts and dts of pes packets exactly according to specs | Baptiste Coudurier | 2009-01-14 | 1 | -3/+29 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 3 | -13/+13 |
* | compute pcr more accurately, regression tests need update | Baptiste Coudurier | 2009-01-14 | 1 | -26/+34 |
* | include intreadwrite.h, fix compilation, img2.c use AV_RL32 | Baptiste Coudurier | 2009-01-14 | 1 | -0/+1 |
* | cleanup gif, use BISTREAM_WRITER_LE | Baptiste Coudurier | 2009-01-14 | 1 | -70/+9 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 39 | -179/+179 |
* | add SLMJ fourcc to mjpeg | Ben Littler | 2009-01-13 | 1 | -0/+1 |
* | fix version protection | Aurelien Jacobs | 2009-01-13 | 1 | -2/+3 |
* | AVI: add bswap.h include needed on big endian | Måns Rullgård | 2009-01-12 | 1 | -0/+2 |
* | Use the dimensions in tkhd for timed text tracks | David Conrad | 2009-01-11 | 1 | -0/+7 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 42 | -2/+44 |
* | Use setmode() if it exists in <io.h>, and not based on O_BINARY. | Ramiro Polla | 2009-01-11 | 1 | -1/+4 |