summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* removed unused av_frac_setBaptiste Coudurier2007-01-08
* remove #if obsoleted after last major version bumpBaptiste Coudurier2007-01-08
* 10l, only allocate priv_data if not already doneBaptiste Coudurier2007-01-08
* humm, actually do what's in the doxyBaptiste Coudurier2007-01-08
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-08
* links to ARM optimization manualsGuillaume Poirier2007-01-07
* add missing bit from commit r7423Guillaume Poirier2007-01-07
* Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka2007-01-07
* enable bidirectional me with x264Robert Swain2007-01-07
* __attribute__((unused)) works with gcc 2.95 tooLuca Abeni2007-01-07
* Disable threading support by default on all platforms, add individualRamiro Polla2007-01-07
* ordering cosmeticsDiego Biurrun2007-01-07
* cosmetics: Reorder external libraries.Diego Biurrun2007-01-07
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
* Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun2007-01-06
* variable renaming: dts --> libdtsDiego Biurrun2007-01-06
* Rename variables: a52 --> liba52, a52bin --> liba52binDiego Biurrun2007-01-06
* Reorder configure output.Diego Biurrun2007-01-06
* one more naming consistency changeDiego Biurrun2007-01-06
* more consistency for the output namingDiego Biurrun2007-01-06
* Align configure output.Diego Biurrun2007-01-06
* replace some av_malloc();memset(...,0,...) sequences with av_mallocz()Luca Abeni2007-01-06
* simplifyBaptiste Coudurier2007-01-05
* dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier2007-01-05
* maybe fixing a segfaultMichael Niedermayer2007-01-03
* snow specificationMichael Niedermayer2007-01-03
* dead code removialMichael Niedermayer2007-01-03
* missdetected a broken mp3Michael Niedermayer2007-01-02
* indentionMichael Niedermayer2007-01-02
* nth try of getting the frame rate detecton workingMichael Niedermayer2007-01-02
* store a few values in the header as difference to the lastMichael Niedermayer2007-01-02
* some quick encoding tipsMichael Niedermayer2007-01-02
* VP6 and flashsv stream copy and muxing support.Benjamin Larsson2007-01-01
* Correct value for the test.Benjamin Larsson2007-01-01
* AVSEEK_SIZE doxyMichael Niedermayer2007-01-01
* fix indention of previous commitMichael Niedermayer2007-01-01
* seekless filesize retrieving support in 7 lines of code, also doesnt break co...Michael Niedermayer2007-01-01
* revert regression test breaking changeMichael Niedermayer2007-01-01
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-01
* Make MPC demuxer deal with ID3 tags at the beginningKostya Shishkov2007-01-01
* remember the size after switching back from fullscreenMichael Niedermayer2006-12-31
* dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a ...Michael Niedermayer2006-12-31
* check x/y validityMichael Niedermayer2006-12-31
* cosmetic (move video_open() up to avoid prototype)Michael Niedermayer2006-12-31
* 10l (fix segfault with audio only files)Michael Niedermayer2006-12-31
* remove code duplicationMichael Niedermayer2006-12-30
* 1st attempt to fix width/heightMichael Niedermayer2006-12-30
* ignore duration of the first 2 frames in the max-time break checkMichael Niedermayer2006-12-29
* do not base frame rate guess on just one durationMichael Niedermayer2006-12-29
* Patch for the FLV muxer to supply more complete metadataAllan Hsu2006-12-28