2009-01-25 |
Justin Ruggles | use function and definitions from libavcodec/flac.h... |
tree | commitdiff |
2009-01-25 |
David DeHaven | Handle ID3v2 tags in raw FLAC streams by skipping them. |
tree | commitdiff |
2009-01-24 |
Diego Biurrun | Fix undefined preprocessor directives warnings during... |
tree | commitdiff |
2009-01-24 |
Stefan Gehrer | return an error if we can not get a full packet, |
tree | commitdiff |
2009-01-24 |
Stefan Gehrer | fix header parsing, the NULL terminated File ID is... |
tree | commitdiff |
2009-01-24 |
Ronald S. Bultje | Skip m= blocks in the SDP if the media type is unknown... |
tree | commitdiff |
2009-01-23 |
Baptiste Coudurier | set pts and dts when only pts is present, according... |
tree | commitdiff |
2009-01-23 |
Baptiste Coudurier | write essence container data |
tree | commitdiff |
2009-01-23 |
Baptiste Coudurier | reduce display aspect ratio |
tree | commitdiff |
2009-01-23 |
Baptiste Coudurier | stored height is a multiple of 16 for mpeg2 |
tree | commitdiff |
2009-01-23 |
Baptiste Coudurier | fix endianness of time code, and calculate it in fields... |
tree | commitdiff |
2009-01-23 |
Ben Littler | add EM4A fourcc , works for: |
tree | commitdiff |
2009-01-23 |
Andreas Öman | Avoid allocating MPADecodeContext on stack. |
tree | commitdiff |
2009-01-22 |
Michael Niedermayer | Move av_read_frame/parser related buffer variables... |
tree | commitdiff |
2009-01-22 |
Baptiste Coudurier | print stream sar if present and different than codec sar |
tree | commitdiff |
2009-01-22 |
Michael Niedermayer | Use EAGAIN return, primarely intended as example of... |
tree | commitdiff |
2009-01-22 |
Michael Niedermayer | Handle av_read_frame() EAGAIN return. |
tree | commitdiff |
2009-01-21 |
Aurelien Jacobs | 'code' is used to index a table so make it unsigned |
tree | commitdiff |
2009-01-21 |
Kostya Shishkov | yet another attempt on fixing synchronization in VMD |
tree | commitdiff |
2009-01-21 |
Kostya Shishkov | Empty audio chunks in VMD are silent, not skipped |
tree | commitdiff |
2009-01-21 |
Kostya Shishkov | cosmetics: reindent after last commit |
tree | commitdiff |
2009-01-21 |
Kostya Shishkov | VMD first chunk of audio is not coded as many separate... |
tree | commitdiff |
2009-01-20 |
Baptiste Coudurier | change sample aspect ratio test to be more clear, print... |
tree | commitdiff |
2009-01-20 |
Ben Littler | another mpeg4 fourcc |
tree | commitdiff |
2009-01-20 |
Baptiste Coudurier | Do not use avctx->frame_number which might not be set, |
tree | commitdiff |
2009-01-20 |
Baptiste Coudurier | set correct value for starting line |
tree | commitdiff |
2009-01-20 |
Baptiste Coudurier | fix gxf time code mark out value |
tree | commitdiff |
2009-01-20 |
Benoit Fouet | Enable building r3d demuxer when its config is set. |
tree | commitdiff |
2009-01-20 |
Alex Converse | Fix a read past end of buffer crash in the mp3 probe |
tree | commitdiff |
2009-01-20 |
Baptiste Coudurier | R3D REDCODE demuxer |
tree | commitdiff |
2009-01-20 |
Aurelien Jacobs | matroskaenc: correctly handle h264 streams with 3 bytes... |
tree | commitdiff |
2009-01-19 |
Diego Biurrun | Use "" instead of <> when #including non-system headers. |
tree | commitdiff |
2009-01-19 |
Alex Converse | Fix probing of files with ID3v2 tags. Discussed at |
tree | commitdiff |
2009-01-19 |
Diego Biurrun | Restore mistakenly removed period after "DivX, Inc". |
tree | commitdiff |
2009-01-19 |
Ben Littler | add T263. works on samples/V-codecs/T263/ |
tree | commitdiff |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
tree | commitdiff |
2009-01-18 |
Aurelien Jacobs | replace AV_METADATA_IGNORE_CASE flag by a new AV_METADA... |
tree | commitdiff |
2009-01-18 |
Aurelien Jacobs | matroskadec: merge ByteIOContext declarations at upper... |
tree | commitdiff |
2009-01-18 |
Aurelien Jacobs | matroskadec: parse the WAVEFORMATEX header and discard... |
tree | commitdiff |
2009-01-18 |
Baptiste Coudurier | add jp2 formater in image2 muxer |
tree | commitdiff |
2009-01-18 |
Baptiste Coudurier | jpeg2k is intra only codec |
tree | commitdiff |
2009-01-17 |
Baptiste Coudurier | match format in names list separated by commas |
tree | commitdiff |
2009-01-17 |
Stefan Gehrer | added demuxer for FunCom ISS audio files, |
tree | commitdiff |
2009-01-17 |
Aurelien Jacobs | remove ff_get_fourcc() and use AV_RL32() instead |
tree | commitdiff |
2009-01-17 |
Aurelien Jacobs | export gcd function as av_gcd() |
tree | commitdiff |
2009-01-17 |
David Conrad | Cosmetics: indent |
tree | commitdiff |
2009-01-17 |
David Conrad | Treat disposition==0 as undefined and don't write the... |
tree | commitdiff |
2009-01-17 |
David Conrad | Flush the buffer after writing the header and when... |
tree | commitdiff |
2009-01-16 |
Ben Littler | add LM20 mimic in avi fourcc |
tree | commitdiff |
2009-01-16 |
Kostya Shishkov | WavPack hybrid mode support |
tree | commitdiff |
2009-01-16 |
Reimar Döffinger | Merge declaration and initialization of io_buffer_size |
tree | commitdiff |
2009-01-16 |
Reimar Döffinger | Make io_buffer_size unsigned to avoid a warning about... |
tree | commitdiff |
2009-01-16 |
Reimar Döffinger | Return AVERROR(ENOMEM) instead of -1 when malloc fails... |
tree | commitdiff |
2009-01-16 |
Reimar Döffinger | Use AV_WB32 instead of reimplementing it. |
tree | commitdiff |
2009-01-16 |
Reimar Döffinger | Use av_mallocz instead of explicitly zeroing in url_ope... |
tree | commitdiff |
2009-01-16 |
Reimar Döffinger | Replace nonsense -1234 return value in dyn_buf_write... |
tree | commitdiff |
2009-01-16 |
Marc Mason | Make unsigned int a variable that does not need to... |
tree | commitdiff |
2009-01-16 |
Baptiste Coudurier | support h264 extradata with 0x000001 startcode |
tree | commitdiff |
2009-01-16 |
Baptiste Coudurier | use ff_avc_parse_nal_units_buf because output size... |
tree | commitdiff |
2009-01-16 |
Baptiste Coudurier | 10l, fix prototype |
tree | commitdiff |
2009-01-16 |
Baptiste Coudurier | export ff_avc_parse_nal_units_buf |
tree | commitdiff |
2009-01-16 |
Baptiste Coudurier | move actual writing before so new size can be taken... |
tree | commitdiff |
2009-01-16 |
Baptiste Coudurier | return size written in ff_avc_parse_nal_units |
tree | commitdiff |
2009-01-15 |
Luca Abeni | Reindent after last commit |
tree | commitdiff |
2009-01-15 |
Luca Abeni | Do not reallocate AVPacket's data when muxing a packet |
tree | commitdiff |
2009-01-15 |
Alex Converse | Factorise id3v2 header parsing from mp3.c to be shared |
tree | commitdiff |
2009-01-15 |
Baptiste Coudurier | use delay for subs and dirac too |
tree | commitdiff |
2009-01-15 |
Baptiste Coudurier | add aud nal unit if not present in h264 bitstream |
tree | commitdiff |
2009-01-15 |
Aurelien Jacobs | matroskadec: ensure we only consider chapters which... |
tree | commitdiff |
2009-01-14 |
Baptiste Coudurier | consider other codecs packets contain only one access... |
tree | commitdiff |
2009-01-14 |
Baptiste Coudurier | calculate pat, pmt and sdt exact size and adjust total... |
tree | commitdiff |
2009-01-14 |
Baptiste Coudurier | allow user to specify muxrate |
tree | commitdiff |
2009-01-14 |
Baptiste Coudurier | warn if dts < pcr which means TS is invalid |
tree | commitdiff |
2009-01-14 |
Baptiste Coudurier | only write dts if they differ from pts, according to... |
tree | commitdiff |
2009-01-14 |
Baptiste Coudurier | use delay to avoid negative dts |
tree | commitdiff |
2009-01-14 |
Baptiste Coudurier | set pts and dts of pes packets exactly according to... |
tree | commitdiff |
2009-01-14 |
Aurelien Jacobs | replace all occurrence of ENABLE_ by the corresponding... |
tree | commitdiff |
2009-01-14 |
Baptiste Coudurier | compute pcr more accurately, regression tests need... |
tree | commitdiff |
2009-01-14 |
Baptiste Coudurier | include intreadwrite.h, fix compilation, img2.c use... |
tree | commitdiff |
2009-01-14 |
Baptiste Coudurier | cleanup gif, use BISTREAM_WRITER_LE |
tree | commitdiff |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
tree | commitdiff |
2009-01-13 |
Ben Littler | add SLMJ fourcc to mjpeg |
tree | commitdiff |
2009-01-13 |
Aurelien Jacobs | fix version protection |
tree | commitdiff |
2009-01-12 |
Måns Rullgård | AVI: add bswap.h include needed on big endian |
tree | commitdiff |
2009-01-11 |
David Conrad | Use the dimensions in tkhd for timed text tracks |
tree | commitdiff |
2009-01-11 |
Diego Biurrun | Fix build: Add intreadwrite.h and bswap.h #includes... |
tree | commitdiff |
2009-01-11 |
Ramiro Polla | Use setmode() if it exists in <io.h>, and not based... |
tree | commitdiff |
2009-01-11 |
Diego Biurrun | cosmetics: indentation |
tree | commitdiff |
2009-01-11 |
Diego Biurrun | Fix illegal identifier starting with an underscore. |
tree | commitdiff |
2009-01-11 |
Baptiste Coudurier | move ffindex set before mov_read_default so it can... |
tree | commitdiff |
2009-01-11 |
Baptiste Coudurier | cosmetics |
tree | commitdiff |
2009-01-11 |
Baptiste Coudurier | remove warnings about uninitialized vars |
tree | commitdiff |
2009-01-11 |
Baptiste Coudurier | cosmetics |
tree | commitdiff |
2009-01-11 |
David Conrad | Add support for muxing mov/mp4/3gp timed text streams |
tree | commitdiff |
2009-01-11 |
David Conrad | Read extradata (justification, colors, fonts, etc)... |
tree | commitdiff |
2009-01-11 |
Baptiste Coudurier | remove comment, this is not relevant anymore |
tree | commitdiff |
2009-01-11 |
Baptiste Coudurier | reindent |
tree | commitdiff |
2009-01-11 |
Baptiste Coudurier | check for negative dts value even if bitstream is alrea... |
tree | commitdiff |
2009-01-10 |
Stefano Sabatini | Move the AVFormatContext options definition to a dedica... |
tree | commitdiff |
2009-01-09 |
Ronald S. Bultje | Reindent to properly fit a 80 chars terminal. |
tree | commitdiff |
next |