| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix wrong flags for S16LE and S16BE audio in FLV files. | Allan Hsu | 2006-12-01 | 1 | -2/+2 |
* | Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org. | Loïc Le Loarer | 2006-11-30 | 1 | -4/+6 |
* | Better VQA demuxer | Kostya Shishkov | 2006-11-29 | 1 | -38/+69 |
* | matroska: scale timecode according to time_scale | Aurelien Jacobs | 2006-11-28 | 1 | -1/+1 |
* | move source_package declaration in the loop and reset it each iteration | Baptiste Coudurier | 2006-11-28 | 1 | -1/+1 |
* | readjust dts if negative | Baptiste Coudurier | 2006-11-28 | 1 | -2/+12 |
* | cleanup the #ifdef mess in muxer/demuxer registration | Aurelien Jacobs | 2006-11-27 | 1 | -417/+112 |
* | No need for special trick anymore for flac in matroska. | Aurelien Jacobs | 2006-11-23 | 1 | -8/+0 |
* | Set CODEC_TYPE_DATA for timecode tracks. | Reimar Döffinger | 2006-11-22 | 1 | -0/+7 |
* | Set st->need_parsing = 2 for MPEG-content. | Reimar Döffinger | 2006-11-22 | 1 | -0/+2 |
* | add support for FLAC in matroska | Aurelien Jacobs | 2006-11-21 | 1 | -0/+9 |
* | move common voc muxer and demuxer data to voc.c | Aurelien Jacobs | 2006-11-21 | 5 | -35/+42 |
* | split voc.c into vocdec.c and vocenc.c | Aurelien Jacobs | 2006-11-21 | 4 | -107/+138 |
* | add support for tta in matroska | Aurelien Jacobs | 2006-11-20 | 1 | -0/+18 |
* | cosmetics: reindent after last commit | Aurelien Jacobs | 2006-11-20 | 1 | -7/+7 |
* | matroska: split real video frames so that each packet contains only one slice | Aurelien Jacobs | 2006-11-20 | 1 | -7/+32 |
* | matroska: properly handle real video extradata | Aurelien Jacobs | 2006-11-20 | 1 | -1/+8 |
* | simplify free()+set to NULL using av_freep() | Aurelien Jacobs | 2006-11-20 | 1 | -2/+1 |
* | Identation | Kostya Shishkov | 2006-11-19 | 1 | -7/+7 |
* | Divide first audio buffer chunk into atomary bufffers. | Kostya Shishkov | 2006-11-19 | 1 | -3/+34 |
* | Fix misplaced comment. | Diego Biurrun | 2006-11-18 | 1 | -2/+2 |
* | Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files | Diego Biurrun | 2006-11-18 | 1 | -7/+6 |
* | change mpeg4 fourcc from "mp4s" to "mp4v" | Oded Shimon | 2006-11-17 | 1 | -1/+1 |
* | update to libnut, use framecode table generator | Oded Shimon | 2006-11-17 | 1 | -29/+1 |
* | update to libnut API, changes to frame_table_input | Oded Shimon | 2006-11-17 | 1 | -26/+26 |
* | fix support for avis with sample_size > packet size | Michael Niedermayer | 2006-11-16 | 1 | -5/+6 |
* | parse video frame headers to get key flag | Baptiste Coudurier | 2006-11-16 | 1 | -0/+1 |
* | 10l forgot (skip non keyframes after seeking between syncpoint and the first ... | Michael Niedermayer | 2006-11-16 | 1 | -1/+2 |
* | print error when unsupported sample rate is used with swf | Baptiste Coudurier | 2006-11-16 | 1 | -0/+1 |
* | check max_pts_distance | Michael Niedermayer | 2006-11-16 | 1 | -11/+13 |
* | skip non keyframes after seeking between syncpoint and the first keyframe | Michael Niedermayer | 2006-11-16 | 1 | -1/+9 |
* | remove unused variables | Michael Niedermayer | 2006-11-16 | 1 | -2/+1 |
* | removing unused code | Michael Niedermayer | 2006-11-16 | 1 | -25/+1 |
* | remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com | Ryan Martell | 2006-11-16 | 1 | -11/+2 |
* | Update to libnut API, non-negative errors | Oded Shimon | 2006-11-16 | 1 | -4/+7 |
* | update to libnut API, don't free the streams | Oded Shimon | 2006-11-15 | 1 | -1/+0 |
* | MinGW compilation fix, inet_aton and #includes depend on networking support. | Diego Biurrun | 2006-11-15 | 1 | -6/+6 |
* | rename HAVE_DLFCN to HAVE_DLFCN_H | Måns Rullgård | 2006-11-14 | 1 | -1/+1 |
* | check for frames with 2*size > max_dist and no crc | Michael Niedermayer | 2006-11-14 | 1 | -0/+3 |
* | resync from last syncpoint | Michael Niedermayer | 2006-11-14 | 1 | -1/+1 |
* | remove skip spam | Michael Niedermayer | 2006-11-14 | 1 | -1/+0 |
* | Move BeOS-specific code into os_support.c. | Diego Biurrun | 2006-11-14 | 3 | -47/+29 |
* | update to libnut, add cache_syncpoints | Oded Shimon | 2006-11-14 | 1 | -1/+2 |
* | add 422P@HL I-only universal label | Baptiste Coudurier | 2006-11-14 | 1 | -0/+1 |
* | Use common macro PUT_UTF8 in asf.c | Zuxy Meng | 2006-11-14 | 1 | -13/+11 |
* | indention | Michael Niedermayer | 2006-11-14 | 1 | -21/+21 |
* | seeking with index | Michael Niedermayer | 2006-11-14 | 1 | -15/+14 |
* | index less seeking in O(log n) time | Michael Niedermayer | 2006-11-14 | 2 | -12/+84 |
* | update to libnut API, rename nut.h->libnut.h | Oded Shimon | 2006-11-14 | 1 | -1/+1 |
* | check for inet_aton in configure | Måns Rullgård | 2006-11-14 | 1 | -1/+1 |