| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | simplify | Måns Rullgård | 2006-11-14 | 1 | -4/+2 |
* | split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ... | Michael Niedermayer | 2006-11-14 | 2 | -14/+37 |
* | partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4 | Baptiste Coudurier | 2006-11-14 | 1 | -0/+4 |
* | Remove wrong/misleading comment. | Diego Biurrun | 2006-11-14 | 1 | -1/+0 |
* | rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN | Måns Rullgård | 2006-11-13 | 1 | -1/+1 |
* | Simplify VMD demuxer (but it still does not work right) | Kostya Shishkov | 2006-11-13 | 1 | -94/+33 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | Allows playback of truncated matroska files. | Aurelien Jacobs | 2006-11-12 | 1 | -4/+2 |
* | cosmetic: fix indentation after previous commit | Aurelien Jacobs | 2006-11-12 | 1 | -3/+3 |
* | Fix avidec.c compilation when dv demuxer is disabled. | Aurelien Jacobs | 2006-11-12 | 1 | -3/+5 |