Age | Commit message (Expand) | Author |
2008-06-25 | Prevent invalid timestamps from being stored. | Michael Niedermayer |
2008-06-25 | Add support for mp3 contained in oma | Benjamin Larsson |
2008-06-25 | Rearrange parameter logic | Benjamin Larsson |
2008-06-25 | Add more codec IDs and tags. | Benjamin Larsson |
2008-06-25 | make av_find_stream_info find frame_size for aac too | Baptiste Coudurier |
2008-06-25 | Make av_find_stream_info() find the frame_size for vorbis. | Michael Niedermayer |
2008-06-25 | Fill missing pts in during muxing when we know that they are equal to dts. | Michael Niedermayer |
2008-06-25 | We cannot calculate the duration of vorbis packets even if we do know the | Michael Niedermayer |
2008-06-25 | Remove improper usage of AV_TIME_BASE_Q | Luca Abeni |
2008-06-24 | Prevent duration calculation code from generating random durations for | Michael Niedermayer |
2008-06-24 | Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP | Luca Abeni |
2008-06-23 | Remove unused variable, fixes the warning: | Diego Biurrun |
2008-06-22 | chinese avs demuxing support, demux AVSFileFormat.mp4 | Baptiste Coudurier |
2008-06-22 | matroskadec: decode track private data if needed | Evgeniy Stepanov |
2008-06-22 | matroskadec: move buffer decoding code to a separate function | Evgeniy Stepanov |
2008-06-22 | matroskadec: fix a memory leak | Aurelien Jacobs |
2008-06-22 | cosmetics, pts->dts | Baptiste Coudurier |
2008-06-22 | store dts in ffm headers | Baptiste Coudurier |
2008-06-22 | remove pts set hack, this is no more correct | Baptiste Coudurier |
2008-06-22 | enable feeder threads | Baptiste Coudurier |
2008-06-22 | do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking | Baptiste Coudurier |
2008-06-20 | uniformize AVStream->priv_data freeing in av_close_input_stream | Baptiste Coudurier |
2008-06-20 | factorize read_header failure freeing code | Baptiste Coudurier |
2008-06-20 | Check if there is at least a stream before writing trailer. | Art Clarke |
2008-06-19 | remove useless close funcs | Baptiste Coudurier |
2008-06-19 | remove useless close func | Baptiste Coudurier |
2008-06-19 | remove useless close func | Baptiste Coudurier |
2008-06-19 | ffm has no per stream priv_data anymore | Baptiste Coudurier |
2008-06-19 | Fix neverending loop which might happen when sending high-bitrate MPEG2 | Luca Abeni |
2008-06-18 | Parse 'dats' as data. | Florian Echtler |
2008-06-18 | free private streamcontext when closing demuxer, fix memory leak, patch by Ar... | Art Clarke |
2008-06-16 | matroskadec: remove some useless code | Aurelien Jacobs |
2008-06-15 | set correct ftyp minor version for 3gp/2 | Baptiste Coudurier |
2008-06-14 | invert mode_mov condition | Baptiste Coudurier |
2008-06-14 | simplify | Baptiste Coudurier |
2008-06-14 | change 3gp/3g2 brands if h264 is present | Baptiste Coudurier |
2008-06-14 | simplify ipod brand selection | Baptiste Coudurier |
2008-06-14 | fix warning, write_ftyp return int now | Baptiste Coudurier |
2008-06-14 | put avc1 brand in compat list when h264 is present | Baptiste Coudurier |
2008-06-13 | I think we are also compliant to iso2. | Michael Niedermayer |
2008-06-13 | Add isom to the compatible brands. | Michael Niedermayer |
2008-06-13 | Calculate ftyp size instead of hardcoding it. | Michael Niedermayer |
2008-06-12 | simplify MODE_3G2 | Michael Niedermayer |
2008-06-12 | Change MODE_* to 1<<c so several can be set at the same time. | Michael Niedermayer |
2008-06-12 | cosmetics, reindent | Baptiste Coudurier |
2008-06-12 | don't write double sets of metadata in mov, only write usual ones | Baptiste Coudurier |
2008-06-11 | matroskadec: set cur_dts after seek | Joakim Plate |
2008-06-11 | indent | Baptiste Coudurier |
2008-06-11 | support for 3gp metadata | Baptiste Coudurier |
2008-06-11 | move utf8 code before udta func, will be used by 3gp tags | Baptiste Coudurier |